diff options
author | 2002-08-04 01:28:06 +0000 | |
---|---|---|
committer | 2002-08-04 01:28:06 +0000 | |
commit | 37f3ee4954f3503307cbbaae7d8220079efc5e36 (patch) | |
tree | b854709375783b9df107b624708bba9e735aa215 /include/envz.h | |
parent | 2002-08-03 Roland McGrath <roland@redhat.com> (diff) | |
download | glibc-37f3ee4954f3503307cbbaae7d8220079efc5e36.tar.gz glibc-37f3ee4954f3503307cbbaae7d8220079efc5e36.tar.bz2 glibc-37f3ee4954f3503307cbbaae7d8220079efc5e36.zip |
2002-08-03 Roland McGrath <roland@redhat.com>
* include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
* include/argz.h: Use libc_hidden_proto for argz_delete.
* string/argz-delete.c: Add libc_hidden_def.
* string/envz.c: Likewise. Use <envz.h>, not "envz.h".
Diffstat (limited to 'include/envz.h')
-rw-r--r-- | include/envz.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |