chiark / gitweb /
[PATCH] cleanup callout fork
[elogind.git] / libsysfs / sysfs.h
index 4ea4919351782c1ddc4818934737477c903efc0d..1b800ddcd2311104697370c5d03093c8200b1b43 100644 (file)
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <errno.h>
+#include "dlist.h"
 
 /* Debugging */
 #ifdef DEBUG
-#include <syslog.h>
+#include "../logging.h" 
 #define dprintf(format, arg...)                                                                \
        do {                                                                            \
                log_message (LOG_DEBUG , "%s: " format , __FUNCTION__ , ## arg);        \
@@ -43,8 +44,4 @@
 #define dprintf(format, arg...) do { } while (0)
 #endif
 
-extern int log_message (int level, const char *format, ...)
-       __attribute__ ((format (printf, 2, 3)));
-
-
 #endif /* _SYSFS_H_ */