]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing __END_DECLS.
authorUlrich Drepper <drepper@redhat.com>
Mon, 25 Aug 1997 20:46:01 +0000 (20:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 25 Aug 1997 20:46:01 +0000 (20:46 +0000)
string/argz.h

index 71e94c9167a9a430b24beba66639bf8028dd411a..d5847cb425df8a8ceaa30c0896f684b1ee686c18 100644 (file)
@@ -154,4 +154,6 @@ argz_next (char *__argz, size_t __argz_len, __const char *__entry)
 }
 #endif /* optimizing GCC2 */
 
+__END_DECLS
+
 #endif /* argz.h */