about summary refs log tree commit diff
path: root/include/argz.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-04 01:28:06 +0000
committerRoland McGrath <roland@gnu.org>2002-08-04 01:28:06 +0000
commit37f3ee4954f3503307cbbaae7d8220079efc5e36 (patch)
treeb854709375783b9df107b624708bba9e735aa215 /include/argz.h
parent4547dee327b2a992fb5c7a39df41d19c1fc0bae6 (diff)
downloadglibc-37f3ee4954f3503307cbbaae7d8220079efc5e36.tar.gz
glibc-37f3ee4954f3503307cbbaae7d8220079efc5e36.tar.xz
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/argz.h')
-rw-r--r--include/argz.h2
1 files changed, 2 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)