summaryrefslogtreecommitdiff
path: root/include/argz.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-05-23 22:38:10 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2012-05-24 23:08:18 +0200
commit56d25bb888ac7ba977091c2b48401b0a443fc94a (patch)
tree0259bcfd200f965f77ca2c0d2afb79e6b0b6308b /include/argz.h
parentd18ea0c5e669dd48ccceccfc90ff458dc333a81f (diff)
Remove use of INTDEF/INTUSE in intl
Diffstat (limited to 'include/argz.h')
-rw-r--r--include/argz.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/argz.h b/include/argz.h
index 4f45b0bf17..4eab0b680b 100644
--- a/include/argz.h
+++ b/include/argz.h
@@ -3,10 +3,7 @@
#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)
- attribute_hidden;
+libc_hidden_proto (__argz_count)
+libc_hidden_proto (__argz_stringify)
#endif