summaryrefslogtreecommitdiff
path: root/src/benc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/benc.h')
-rw-r--r--src/benc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/benc.h b/src/benc.h
index e3ca026..8e2cd3a 100644
--- a/src/benc.h
+++ b/src/benc.h
@@ -6,6 +6,7 @@
#include <unistd.h>
#define BENC_EBADP 1
+#define BENC_EENDP 2
enum benc_nodetype {
BNT_INT,