chiark / gitweb /
[PATCH] udev_volume_id: fix -d option
[elogind.git] / extras / volume_id / volume_id / logging.h
1 /*
2  * volume_id_logging - this file is used to map the dbg() function
3  *                     to the user's logging facility
4  *
5  */
6
7 #ifndef _VOLUME_ID_LOGGING_H_
8 #define _VOLUME_ID_LOGGING_H_
9
10 #ifndef _GNU_SOURCE
11 #define _GNU_SOURCE 1
12 #endif
13
14 #ifdef HAVE_CONFIG_H
15 #include <config.h>
16 #endif
17
18 /* just use the udev version */
19 #include "../../logging.h"
20
21 #endif /* _VOLUME_ID_LOGGING_H_ */