* include/search.h (hsearch_r): Provide declaration.
This commit is contained in:
parent
b7a37e8d7c
commit
8e563c2741
|
@ -1,3 +1,7 @@
|
||||||
|
2007-05-21 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
|
* include/search.h (hsearch_r): Provide declaration.
|
||||||
|
|
||||||
2007-05-21 Christian Franke <franke@computer.org>
|
2007-05-21 Christian Franke <franke@computer.org>
|
||||||
Corinna Vinschen <corinna@vinschen.de>
|
Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,7 @@ void hdestroy (void);
|
||||||
ENTRY *hsearch (ENTRY, ACTION);
|
ENTRY *hsearch (ENTRY, ACTION);
|
||||||
int hcreate_r (size_t, struct hsearch_data *);
|
int hcreate_r (size_t, struct hsearch_data *);
|
||||||
void hdestroy_r (struct hsearch_data *);
|
void hdestroy_r (struct hsearch_data *);
|
||||||
|
int hsearch_r (ENTRY, ACTION, ENTRY **, struct hsearch_data *);
|
||||||
void *tdelete (const void * __restrict, void ** __restrict,
|
void *tdelete (const void * __restrict, void ** __restrict,
|
||||||
int (*) (const void *, const void *));
|
int (*) (const void *, const void *));
|
||||||
void tdestroy (void *, void (*)(void *));
|
void tdestroy (void *, void (*)(void *));
|
||||||
|
|
Loading…
Reference in New Issue