]> git.pond.sub.org Git - empserver/blobdiff - include/xdump.h
Update copyright notice
[empserver] / include / xdump.h
index 333ba83ed16b5f930631d4684f01818877efa42f..65c44f2487747cf2cbeb6b44da3b3149e82da635 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2013, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -27,7 +27,7 @@
  *  xdump.h: Extended dumps
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2008
+ *     Markus Armbruster, 2008-2011
  */
 
 #ifndef XDUMP_H
@@ -51,7 +51,6 @@ extern void xdhdr(struct xdstr *, char *, int);
 extern void xdcolhdr(struct xdstr *, struct castr[]);
 extern void xdflds(struct xdstr *, struct castr[], void *);
 extern void xdftr(struct xdstr *, int);
-extern int xdmeta(struct xdstr *, int);
 extern int xundump(FILE *, char *, int *, int);
 
 #endif