- fixed compilation

This commit is contained in:
Bastien Nocera
2003-10-20 15:20:16 +00:00
parent ba36a20cb8
commit b67e4c7f7d
166 changed files with 434 additions and 333 deletions

View File

@@ -26,7 +26,7 @@
#include <sys/stat.h>
#include <dirent.h>
BEGIN_LIBGTOP_DECLS
G_BEGIN_DECLS
int
s_open(const char *, int);
@@ -43,6 +43,6 @@ s_pread(int, void *, size_t, off_t);
int
s_closedir(DIR *);
END_LIBGTOP_DECLS
G_END_DECLS
#endif