summaryrefslogtreecommitdiff
path: root/includes/Printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Printer.h')
-rw-r--r--includes/Printer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Printer.h b/includes/Printer.h
index 2c40088..dee5adc 100644
--- a/includes/Printer.h
+++ b/includes/Printer.h
@@ -37,6 +37,7 @@ enum {
E_SOCKET = 32,
E_THREAD = 64,
E_OUTPUT = 128,
+ E_HTTPSERVER = 256,
};
class Printer {