aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_fts.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat_fts.h')
-rw-r--r--compat_fts.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/compat_fts.h b/compat_fts.h
index 426eaac3..1eed2ae3 100644
--- a/compat_fts.h
+++ b/compat_fts.h
@@ -92,11 +92,10 @@ typedef struct _ftsent {
char fts_name[1]; /* file name */
} FTSENT;
-__BEGIN_DECLS
+
int fts_close(FTS *);
FTS *fts_open(char * const *, int, void *);
FTSENT *fts_read(FTS *);
int fts_set(FTS *, FTSENT *, int);
-__END_DECLS
#endif /* !_FTS_H_ */