mud/lib/daemon/include/intermud.h
2020-09-06 05:43:07 -07:00

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 */