summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-08-25 20:46:01 +0000
committerUlrich Drepper <drepper@redhat.com>1997-08-25 20:46:01 +0000
commite59c6045ad6d68a52b313e47b52dca43f34f681e (patch)
tree19fc8054dd3cf9ab7ca23013d1f67b37fe36c828
parent9f089c0d61a563808ce49f0d31855da7eb80976f (diff)
Add missing __END_DECLS.
-rw-r--r--string/argz.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/string/argz.h b/string/argz.h
index 71e94c9167..d5847cb425 100644
--- a/string/argz.h
+++ b/string/argz.h
@@ -154,4 +154,6 @@ argz_next (char *__argz, size_t __argz_len, __const char *__entry)
}
#endif /* optimizing GCC2 */
+__END_DECLS
+
#endif /* argz.h */