/* * $Id: protocol.h,v 2.1 2003/03/01 15:55:02 gul Exp $ * * $Log: protocol.h,v $ * Revision 2.1 2003/03/01 15:55:02 gul * Current outgoing address is now attibute of session, but not node * * Revision 2.0 2001/01/10 12:12:39 gul * Binkd is under CVS again * * */ #ifndef _protocol_h #define _protocol_h enum { P_NULL = 0, P_NONSECURE, P_SECURE }; void protocol(SOCKET s, FTN_NODE *fa, char *current_addr); #endif