diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-02-18 04:08:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-02-18 04:08:52 +0000 |
commit | 9652be3de8913e528f86d9d4d2643db6c472f9fe (patch) | |
tree | afa08c329c7b3007487a47b78ed77c47f88d2a4d /io | |
parent | 7434ccadbb6897d366d2377f84efe1e2cd61b02b (diff) |
update from main archive 970217
Diffstat (limited to 'io')
-rw-r--r-- | io/ftw.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |