]> git.pond.sub.org Git - empserver/blobdiff - src/client/misc.h
Update copyright notice.
[empserver] / src / client / misc.h
index 295b3d91a83ab4e1e9459d6d31f1c653f579b0a7..31080cf7383161bbe711010ace095a5953958cf7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
 #ifndef MISC_H
 #define MISC_H
 
-#include <ctype.h>
 #include <stdio.h>
-#include <sys/types.h>
 #ifdef _WIN32
 #include <windows.h>
-#else
-#include <netinet/in.h>
 #endif
 
-typedef short coord;           /* also change NSC_COORD in nsc.h */
-
 struct ioqueue;
 
 extern char empirehost[];
 extern char empireport[];
 extern int eight_bit_clean;
-extern char num_teles[];
 extern int sock;
 extern char *SO;
 extern char *SE;
@@ -76,7 +69,6 @@ int tcp_connect(char *, char *);
 int login(int s, char *uname, char *cname, char *cpass, int kill_proc, int);
 void saveargv(int ac, char **src, char **dst);
 void sendcmd(int s, char *cmd, char *arg);
-int sendeof(int sock);
 void servercmd(struct ioqueue *ioq, FILE *auxfi);
 int serverio(int s, struct ioqueue *ioq);
 int termio(int fd, int sock, FILE *auxfi);