]> git.pond.sub.org Git - empserver/blobdiff - include/budg.h
Update copyright notice
[empserver] / include / budg.h
index 8e8f8a2c179497851d01774d1e9bcbf9c4efb2a1..653ffe19a331cd2b6bdf2b7954c233523b238cf9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -43,6 +43,7 @@ struct bp *bp_alloc(void);
 void bp_set_from_sect(struct bp *, struct sctstr *);
 int bp_get_item(struct bp *, struct sctstr *, i_type);
 void bp_put_item(struct bp *, struct sctstr *, i_type, int);
+void bp_put_items(struct bp *, struct sctstr *, short *);
 int bp_get_avail(struct bp *, struct sctstr *);
 void bp_put_avail(struct bp *, struct sctstr *, int);