X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=libsysfs%2Fsysfs.h;h=7ac6efc678e804fca81ec1072284c58d4670b8d5;hb=8372907752159970c86c3f7cc565c35cf2fa1ef9;hp=e39b7413cbb91d5759988e25111f2fd68cb1da4d;hpb=3e2677a31ea601d49977bc9ed6b29523a9898534;p=elogind.git diff --git a/libsysfs/sysfs.h b/libsysfs/sysfs.h index e39b7413c..7ac6efc67 100644 --- a/libsysfs/sysfs.h +++ b/libsysfs/sysfs.h @@ -27,31 +27,18 @@ #include #include #include -#include #include #include #include #include - -/* 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); +#include "dlist.h" /* Debugging */ #ifdef DEBUG -#include -#define dprintf(format, arg...) \ - do { \ - log_message (LOG_DEBUG , "%s: " format , __FUNCTION__ , ## arg); \ - } while (0) +#include "../logging.h" +#define dprintf(format, arg...) dbg(format, ##arg) #else #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_ */