]> git.pond.sub.org Git - empserver/blobdiff - include/empobj.h
m4: Refresh macros from autoconf-archive commit fd1d25c148
[empserver] / include / empobj.h
index 30462698cb35126ac232b696f7aad6a0100596db..51d131cc8c0884fb32f22f776aa4c58193d32970 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2014, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Ron Koenderink, 2006
- *     Markus Armbruster, 2006-2011
+ *     Markus Armbruster, 2006-2014
  */
 
 #ifndef EMPOBJ_H
@@ -90,14 +90,11 @@ union empobj_storage {
     struct trdstr trade;
 };
 
-struct empobj_chr;
-
 #define get_empobj(type, n, p) ef_read((type), (n), (p))
 #define put_empobj(type, n, p) ef_write((type), (n), (p))
 #define get_empobjp(type, n) ((struct empobj *)ef_ptr((type), (n)))
 
 extern char *empobj_chr_name(struct empobj *gp);
-extern int get_empobj_mob_max(int type);
 extern int empobj_in_use(int, void *);
 
 #endif