chiark / gitweb /
update man page
[elogind.git] / extras / volume_id / libvolume_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  *      This program is free software; you can redistribute it and/or modify it
6  *      under the terms of the GNU General Public License as published by the
7  *      Free Software Foundation version 2 of the License.
8  */
9
10 #ifndef _VOLUME_ID_LOGGING_H_
11 #define _VOLUME_ID_LOGGING_H_
12
13 #ifndef _GNU_SOURCE
14 #define _GNU_SOURCE 1
15 #endif
16
17 #ifdef HAVE_CONFIG_H
18 #include <config.h>
19 #endif
20
21 /* just use the udev version */
22 #include "../../../logging.h"
23
24 #endif /* _VOLUME_ID_LOGGING_H_ */