~ubuntu-branches/ubuntu/utopic/binkd/utopic-proposed

« back to all changes in this revision

Viewing changes to server.h

  • Committer: Bazaar Package Importer
  • Author(s): Marco d'Itri
  • Date: 2002-03-24 22:52:25 UTC
  • Revision ID: james.westby@ubuntu.com-20020324225225-7ru6itlapn03nl35
Tags: upstream-0.9.5a
ImportĀ upstreamĀ versionĀ 0.9.5a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $Id: server.h,v 2.0 2001/01/10 12:12:39 gul Exp $
 
3
 *
 
4
 * $Log: server.h,v $
 
5
 * Revision 2.0  2001/01/10 12:12:39  gul
 
6
 * Binkd is under CVS again
 
7
 *
 
8
 *
 
9
 */
 
10
#ifndef _servmgr_h
 
11
#define _servmgr_h
 
12
 
 
13
/*
 
14
 * Listens... Than calls protocol()
 
15
 */
 
16
void servmgr(void *arg);
 
17
 
 
18
#endif