summaryrefslogtreecommitdiffstats
path: root/src/include/report/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/report/report.h')
-rw-r--r--src/include/report/report.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/report/report.h b/src/include/report/report.h
index f57d5277..e441875b 100644
--- a/src/include/report/report.h
+++ b/src/include/report/report.h
@@ -22,8 +22,8 @@
#include "problem_data.h"
enum {
- NOWAIT = 0,
- WAIT = (1 << 0), /* wait for report to finish and reload the problem data */
+ LIBREPORT_NOWAIT = 0,
+ LIBREPORT_WAIT = (1 << 0), /* wait for report to finish and reload the problem data */
};