mirror of
https://review.haiku-os.org/haiku
synced 2025-01-18 20:48:48 +01:00
libroot: Fix previous commit.
This commit is contained in:
parent
ffbe2ad946
commit
5e2d0005c1
@ -50,7 +50,7 @@ extern void twalk(const void *root,
|
||||
void (*action)(const void *, VISIT, int ));
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
extern void tdestroy(void *root, void (*free_key)(void *))
|
||||
extern void tdestroy(void *root, void (*free_key)(void *));
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user