summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-02-18 04:08:52 +0000
committerUlrich Drepper <drepper@redhat.com>1997-02-18 04:08:52 +0000
commit9652be3de8913e528f86d9d4d2643db6c472f9fe (patch)
treeafa08c329c7b3007487a47b78ed77c47f88d2a4d /io
parent7434ccadbb6897d366d2377f84efe1e2cd61b02b (diff)
update from main archive 970217
Diffstat (limited to 'io')
-rw-r--r--io/ftw.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/io/ftw.h b/io/ftw.h
index 0bfdf37431..a04e7d8c41 100644
--- a/io/ftw.h
+++ b/io/ftw.h
@@ -26,6 +26,8 @@
#define _FTW_H 1
#include <features.h>
+__BEGIN_DECLS
+
#include <statbuf.h>
/* The FLAG argument to the user function passed to ftw. */
@@ -41,4 +43,6 @@ extern int ftw __P ((__const char *__dir,
int __flag),
int __descriptors));
+__END_DECLS
+
#endif /* ftw.h */