diff options
Diffstat (limited to 'src/win32/dir/dir.h')
-rw-r--r-- | src/win32/dir/dir.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/win32/dir/dir.h b/src/win32/dir/dir.h index a6c9a055f..4d1433658 100644 --- a/src/win32/dir/dir.h +++ b/src/win32/dir/dir.h @@ -1,7 +1,6 @@ -/* POSIX emulation layer for Windows. + /* POSIX emulation layer for Windows. * - * (C) 2008-2016 Anope Team - * Contact us at team@anope.org + * Copyright (C) 2008-2014 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ @@ -21,7 +20,7 @@ struct DIR WIN32_FIND_DATA data; bool read_first; }; - + DIR *opendir(const char *); dirent *readdir(DIR *); int closedir(DIR *); |