/*
 * $Id$
 *
 * $Log$
 * Revision 2.0  2001/01/10 12:12:37  gul
 * Binkd is under CVS again
 *
 *
 */
#ifndef _client_h
#define _client_h

/*
 * Scans queue, makes outbound ``call'', than calls protocol()
 */
void clientmgr(void *arg);

#endif
