/* function prototypes for JPClock.. */

#ifndef __NOPROTO
#ifndef __PROTO
#define __PROTO(a) a
#endif
#else
#ifndef __PROTO
#define __PROTO(a) ()
#endif
#endif

void main __PROTO((int argc,
                   unsigned char **argv));
int WaitForNewSize __PROTO((void));
