diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/argz.h | 2 | ||||
-rw-r--r-- | include/envz.h | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/include/argz.h b/include/argz.h index 55c7f53a92..1b97ed308d 100644 --- a/include/argz.h +++ b/include/argz.h @@ -2,6 +2,8 @@ #include <string/argz.h> +libc_hidden_proto (argz_delete) + extern size_t __argz_count_internal (__const char *__argz, size_t __len) __attribute_pure__ attribute_hidden; extern void __argz_stringify_internal (char *__argz, size_t __len, int __sep) diff --git a/include/envz.h b/include/envz.h index 0a476ed62a..8cfd9b57e9 100644 --- a/include/envz.h +++ b/include/envz.h @@ -1 +1,8 @@ +#ifndef _ENVZ_H + #include <string/envz.h> + +libc_hidden_proto (envz_entry) +libc_hidden_proto (envz_remove) + +#endif |