Forgot to commit that together with changes to src/pobj/* files from yesterday.
This commit is contained in:
parent
773df6c690
commit
dbe3c6bdbc
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ int pobj_update_recursive (void *);
|
||||||
int pobj_static_set_ref (void *, void *);
|
int pobj_static_set_ref (void *, void *);
|
||||||
int pobj_static_update_ref (void *);
|
int pobj_static_update_ref (void *);
|
||||||
|
|
||||||
int pobj_init (struct pobj_memfunc *);
|
int pobj_init (struct pobj_memfunc *, struct pobj_memfunc *);
|
||||||
int pobj_shutdown (void);
|
int pobj_shutdown (void);
|
||||||
|
|
||||||
#endif /* __POBJ_H */
|
#endif /* __POBJ_H */
|
||||||
|
|
Loading…
Reference in a new issue