www.pudn.com > webcam_server-0.50.rar > watchdog.h
/********************************************************************* * webcam_server * * * * (c) 2002 Donn Morrison donn@donn.dyndns.org * * * * code used from Gerd Knorr's xawtv (libng) * * - and - * * Cory Lueninghoener's gqcam * * * * waits for connections from a viewer and sends * * jpeg encoded captures as a live video feed * * * *********************************************************************/ #ifndef _WATCHDOG_H_INCLUDED_ #define _WATCHDOG_H_INCLUDED_ int watchdog_thread(struct caminfo *cam); #endif