]> git.pond.sub.org Git - empserver/blobdiff - include/budg.h
update: Drop redundant bp_put_items() parameter vec[]
[empserver] / include / budg.h
index 389c024cf40cf29afb4ab1574915e44ee5dcbc68..f16cd865d023319b423945716f81a35d08b0ee29 100644 (file)
@@ -45,7 +45,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 *);
+void bp_put_items(struct bp *, struct sctstr *);
 int bp_get_avail(struct bp *, struct sctstr *);
 void bp_put_avail(struct bp *, struct sctstr *, int);