New server.h for server startup, control and shutdown, i.e. stuff in
src/server. Use it.
This commit is contained in:
parent
8115388a58
commit
22a356b1e1
19 changed files with 73 additions and 24 deletions
|
@ -44,12 +44,12 @@
|
|||
#include "optlist.h"
|
||||
#include "subs.h"
|
||||
#include "common.h"
|
||||
#include "server.h"
|
||||
|
||||
int
|
||||
dispatch(s_char *buf, s_char *redir)
|
||||
{
|
||||
extern struct cmndstr player_coms[];
|
||||
extern int update_pending;
|
||||
struct natstr *np;
|
||||
struct cmndstr *command;
|
||||
int cmd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue