chiark / gitweb /
[PATCH] If a CALLOUT rule has a BUS id, then we must check to see if the device is...
[elogind.git] / libsysfs / sysfs.h
index e39b7413cbb91d5759988e25111f2fd68cb1da4d..4ea4919351782c1ddc4818934737477c903efc0d 100644 (file)
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
-#include <mntent.h>
 #include <dirent.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <errno.h>
 
-/* external library functions */
-extern int lstat(const char *file_name, struct stat *buf);
-extern int readlink(const char *path, char *buf, size_t bufsize);
-extern int getpagesize(void);
-extern int isascii(int c);
-
 /* Debugging */
 #ifdef DEBUG
 #include <syslog.h>