Forgot to commit that together with changes to src/pobj/* files from yesterday.

This commit is contained in:
Gilad Arnold 2004-12-14 19:32:23 +00:00
parent 773df6c690
commit dbe3c6bdbc

View file

@ -75,7 +75,7 @@ int pobj_update_recursive (void *);
int pobj_static_set_ref (void *, 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);
#endif /* __POBJ_H */