version 1.3 | | version 1.4 |
---|
| | |
* This file was automatically generated by version 1.7 of cextract. | | * This file was automatically generated by version 1.7 of cextract. |
* Manual editing not recommended. | | * Manual editing not recommended. |
* | | * |
* Created: Mon Nov 13 22:09:19 2000 | | * Created: Mon May 7 22:15:19 2001 |
*/ | | */ |
#ifndef __CEXTRACT__ | | #ifndef __CEXTRACT__ |
#ifdef __STDC__ | | #ifdef __STDC__ |
| | |
extern void ExamineCmd ( char *buf, int len, player *pl ); | | extern void ExamineCmd ( char *buf, int len, player *pl ); |
extern void final_free_player ( player *pl ); | | extern void final_free_player ( player *pl ); |
extern void flush_output_element ( object *pl, Output_Buf *outputs ); | | extern void flush_output_element ( object *pl, Output_Buf *outputs ); |
extern void free_all_ericserver ( void ); | | extern void free_all_newserver ( void ); |
extern void free_newsocket ( NewSocket *ns ); | | extern void free_newsocket ( NewSocket *ns ); |
extern int GetInt_String ( unsigned char *data ); | | extern int GetInt_String ( unsigned char *data ); |
extern short GetShort_String ( unsigned char *data ); | | extern short GetShort_String ( unsigned char *data ); |
| | |
extern void Send_With_Handling ( NewSocket *ns, SockList *msg ); | | extern void Send_With_Handling ( NewSocket *ns, SockList *msg ); |
extern void SetFaceMode ( char *buf, int len, NewSocket *ns ); | | extern void SetFaceMode ( char *buf, int len, NewSocket *ns ); |
extern void SetSound ( char *buf, int len, NewSocket *ns ); | | extern void SetSound ( char *buf, int len, NewSocket *ns ); |
| | extern void SetUp ( char *buf, int len, NewSocket *ns ); |
extern void set_title ( object *pl, char *buf ); | | extern void set_title ( object *pl, char *buf ); |
extern void SockList_AddChar ( SockList *sl, char c ); | | extern void SockList_AddChar ( SockList *sl, char c ); |
extern void SockList_AddInt ( SockList *sl, uint32 data ); | | extern void SockList_AddInt ( SockList *sl, uint32 data ); |
| | |
extern void Write_String_To_Socket ( NewSocket *ns, char *buf, int len ); | | extern void Write_String_To_Socket ( NewSocket *ns, char *buf, int len ); |
extern void Write_To_Socket ( NewSocket *ns, unsigned char *buf, int len ); | | extern void Write_To_Socket ( NewSocket *ns, unsigned char *buf, int len ); |
| |
|
extern void SetUp ( char *buf, int len, NewSocket *ns ); | | |
#endif /* __STDC__ */ | | #endif /* __STDC__ */ |
#endif /* __CEXTRACT__ */ | | #endif /* __CEXTRACT__ */ |