summaryrefslogtreecommitdiffstats
path: root/include/dirent.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-09-09 03:52:43 +0000
committermike <mike@FreeBSD.org>2002-09-09 03:52:43 +0000
commitb51ae9f1d23cfb878d1c0aa9782de20056853ebc (patch)
tree46f7b9b1ac002febf47874be95c5ee4efbd8874b /include/dirent.h
parent71fe6268447825931e3dd5bbf82da51b9e95c34f (diff)
downloadFreeBSD-src-b51ae9f1d23cfb878d1c0aa9782de20056853ebc.zip
FreeBSD-src-b51ae9f1d23cfb878d1c0aa9782de20056853ebc.tar.gz
style(9): line up function names.
Diffstat (limited to 'include/dirent.h')
-rw-r--r--include/dirent.h27
1 files changed, 14 insertions, 13 deletions
diff --git a/include/dirent.h b/include/dirent.h
index c0dd4a0c..b3de757 100644
--- a/include/dirent.h
+++ b/include/dirent.h
@@ -87,20 +87,21 @@ typedef struct _dirdesc {
#include <sys/cdefs.h>
__BEGIN_DECLS
-DIR *opendir(const char *);
-struct dirent *readdir(DIR *);
-void rewinddir(DIR *);
-int closedir(DIR *);
+DIR *opendir(const char *);
+struct dirent *
+ readdir(DIR *);
+void rewinddir(DIR *);
+int closedir(DIR *);
#ifndef _POSIX_SOURCE
-DIR *__opendir2(const char *, int);
-long telldir(DIR *);
-void seekdir(DIR *, long);
-int scandir(const char *, struct dirent ***,
- int (*)(struct dirent *), int (*)(const void *, const void *));
-int alphasort(const void *, const void *);
-int getdents(int, char *, int);
-int getdirentries(int, char *, int, long *);
-int readdir_r(DIR *, struct dirent *, struct dirent **);
+DIR *__opendir2(const char *, int);
+long telldir(DIR *);
+void seekdir(DIR *, long);
+int scandir(const char *, struct dirent ***,
+ int (*)(struct dirent *), int (*)(const void *, const void *));
+int alphasort(const void *, const void *);
+int getdents(int, char *, int);
+int getdirentries(int, char *, int, long *);
+int readdir_r(DIR *, struct dirent *, struct dirent **);
#endif /* not POSIX */
__END_DECLS
OpenPOWER on IntegriCloud