19 lines
430 B
C
19 lines
430 B
C
#ifndef l_intermud_h
|
|
#define l_intermud_h
|
|
|
|
static void create();
|
|
static void Setup();
|
|
static void eventRead(mixed *packet);
|
|
static void eventSocketClose();
|
|
static void eventConnectionFailure();
|
|
int SetDestructOnClose(int x);
|
|
int SetSocketType(int x);
|
|
string GetMudName(string mud);
|
|
mapping GetMudList();
|
|
string *GetMuds();
|
|
mapping GetChannelList();
|
|
string *GetMatch(string mud);
|
|
string GetNameserver();
|
|
|
|
#endif /* l_intermud_h */
|