~ubuntu-branches/ubuntu/raring/binkd/raring-proposed

« back to all changes in this revision

Viewing changes to protocol.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: protocol.h,v 2.0 2001/01/10 12:12:39 gul Exp $
 
3
 *
 
4
 * $Log: protocol.h,v $
 
5
 * Revision 2.0  2001/01/10 12:12:39  gul
 
6
 * Binkd is under CVS again
 
7
 *
 
8
 *
 
9
 */
 
10
#ifndef _protocol_h
 
11
#define _protocol_h
 
12
 
 
13
enum { P_NULL = 0, P_NONSECURE, P_SECURE };
 
14
 
 
15
void protocol(SOCKET s, FTN_NODE *fa);
 
16
 
 
17
#endif