#!/usr/bin/perl
#---------------------------------------------------------------
# Project         : Mandrake Linux
# Module          : testzilla/clients
# File            : add_webcam
# Version         : $Id: add_webcam,v 1.1 2004/02/12 11:52:19 flepied Exp $
# Author          : Frederic Lepied
# Created On      : Mon Dec 29 19:36:09 2003
# Purpose         : upload a webcam record to the hardware database
#---------------------------------------------------------------

use lib qw(/usr/share/testzilla);
use testzilla;

my $hwdb = testzilla::init("add_webcam");

testzilla::upload_webcam($hwdb);

# add_webcam ends here
