diff options
Diffstat (limited to 'include/wordexp.h')
-rw-r--r-- | include/wordexp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wordexp.h b/include/wordexp.h index 1c40e6168..f542e92d7 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -65,6 +65,7 @@ extern int wordexp (__const char *__restrict __words, /* Free the storage allocated by a `wordexp' call. */ extern void wordfree (wordexp_t *__wordexp) __THROW; +libc_hidden_proto(wordfree) __END_DECLS |