--- deliantra/server/include/sockproto.h 2007/07/01 05:00:18 1.32 +++ deliantra/server/include/sockproto.h 2007/07/30 02:03:02 1.34 @@ -61,8 +61,6 @@ /* loop.c */ void RequestInfo(char *buf, int len, client *ns); void watchdog(void); -void flush_sockets(void); -void doeric_server(void); /* lowlevel.c */ void write_cs_stats(void); /* request.c */ @@ -92,6 +90,3 @@ void esrv_update_spells(player *pl); void esrv_remove_spell(player *pl, object *spell); void esrv_add_spells(player *pl, object *spell); -/* sounds.c */ -void play_sound_player_only(player *pl, short soundnum, sint8 x, sint8 y); -void play_sound_map(maptile *map, int x, int y, short sound_num);