(bp_put_items): New.
(bp_set_from_sect): Use it.
This commit is contained in:
parent
613e71acb3
commit
1fb2336a53
2 changed files with 18 additions and 10 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue