ackfuss-4.4.0/board/
ackfuss-4.4.0/help/e/
ackfuss-4.4.0/help/f/
ackfuss-4.4.0/help/h/
ackfuss-4.4.0/help/l/
ackfuss-4.4.0/help/n/
ackfuss-4.4.0/help/q/
ackfuss-4.4.0/help/s/
ackfuss-4.4.0/help/u/
ackfuss-4.4.0/help/v/
ackfuss-4.4.0/help/y/
ackfuss-4.4.0/help/z/
ackfuss-4.4.0/player/c/
/***************************************************************************
 * _/_/_/_/  _/    _/  _/_/_/_/ _/_/_/_/ AckFUSS is modified ACK!MUD 4.3.1 *
 * _/        _/    _/  _/       _/       copyright Matt Goff (Kline) 2008  *
 * _/_/      _/    _/  _/_/_/_/ _/_/_/_/                                   *
 * _/        _/    _/        _/       _/ Support for this code is provided *
 * _/        _/_/_/_/  _/_/_/_/ _/_/_/_/ at www.ackmud.net -- check it out!*
 ***************************************************************************/

#define DEC_TELOPT_H

#if __STDC__ || defined(__cplusplus)
#define P_(s) s
#else
#define P_(s) ()
#endif

/* telopt.c */
void send_telopts P_((DESCRIPTOR_DATA *d));
int telopt_handler P_((DESCRIPTOR_DATA *d, char *src, int srclen, char *out));
void mssp_reply P_((DESCRIPTOR_DATA* d, const char* key, const char* value));
void mssp_reply P_((DESCRIPTOR_DATA* d, const char* key, int value));
int process_do_mssp P_((DESCRIPTOR_DATA *d, char *src, int srclen));
int process_do_mccp P_((DESCRIPTOR_DATA *d, char *src, int srclen));

#undef P_