DEBSOURCES
Skip Quicknav
sources / binkd / 1.1a-99-1 / client.h
123456789
#ifndef _client_h #define _client_h /* * Scans queue, makes outbound ``call'', than calls protocol() */ void clientmgr(void *arg); #endif