]> git.pond.sub.org Git - empserver/blobdiff - include/empobj.h
Update copyright notice.
[empserver] / include / empobj.h
index 408da5f0787a1a3e1586a1d3beec54b1599d27ea..d84da0c6348ed66ea82d4d1614c5806555f4da4a 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
@@ -84,11 +84,13 @@ union empobj_storage {
     struct trtstr treaty;
 };
 
+struct empobj_chr;
+
 extern char *obj_nameof(struct empobj *gp);
 extern struct empobj *get_empobjp(int type, int id);
 extern int put_empobj(struct empobj *gp);
-extern void *get_empobj_chr(struct empobj *gp);
+extern struct empobj_chr *get_empobj_chr(struct empobj *gp);
 extern char *emp_obj_chr_name(struct empobj *gp);
-extern int get_empobj_mob_max(int ef_type);
+extern int get_empobj_mob_max(int type);
 
 #endif