1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-30 10:38:36 +00:00

Include guard fail

This commit is contained in:
Pavel Labath 2010-02-23 23:59:03 +01:00
parent 72d581279a
commit a2110d44d7

View File

@ -27,6 +27,9 @@
* *
*/ */
#ifndef _LOGGING_H
#define _LOGGING_H
#include "mail.h" #include "mail.h"
#ifdef __cplusplus #ifdef __cplusplus
@ -35,9 +38,6 @@ extern "C" {
void clean_up(void *memtofree1, void* memtofree2); void clean_up(void *memtofree1, void* memtofree2);
#ifndef _LOGGING_H
#define _LOGGING_H
#define NORM_ERR(...) { \ #define NORM_ERR(...) { \
fprintf(stderr, PACKAGE_NAME": "); \ fprintf(stderr, PACKAGE_NAME": "); \
fprintf(stderr, __VA_ARGS__); \ fprintf(stderr, __VA_ARGS__); \