summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h
index 72ad491..541b4fa 100644
--- a/src/main.h
+++ b/src/main.h
@@ -3,6 +3,7 @@
#define _INCLUDE_MAIN_H_
#include "hash.h"
+#include "nolo.h"
#define _FILE_OFFSET_BITS 64
#define _GNU_SOURCE
@@ -51,9 +52,6 @@ extern int verbose;
#define CMD_WRITE 64
#define CMD_QUERY 192
-#define NOLO_GET_STATUS 1
-#define NOLO_GET_BOARD_ID 2
-#define NOLO_GET_VERSION 3
struct piece_t {
char *name;