File: client.h

package info (click to toggle)
binkd 1.1a-99-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,452 kB
  • sloc: ansic: 22,949; makefile: 943; perl: 369; sh: 325
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#ifndef _client_h
#define _client_h

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

#endif