mirror of https://github.com/BOINC/boinc.git
checks for previous inclusion
svn path=/trunk/boinc/; revision=474
This commit is contained in:
parent
c521cc09a7
commit
797767b6ee
|
@ -23,6 +23,9 @@
|
|||
// NOTE: all writes to stdout should have an if (log.*) {} around them.
|
||||
//
|
||||
|
||||
#ifndef _LOGFLAGS_H_
|
||||
#define _LOGFLAGS_H_
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
class LOG_FLAGS {
|
||||
|
@ -51,3 +54,5 @@ public:
|
|||
|
||||
extern LOG_FLAGS log_flags;
|
||||
extern void read_log_flags();
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue