aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/decode.h b/src/decode.h
index c21407b48..8b36fe7ca 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -31,7 +31,8 @@
#define DECODE_TYPE_URL 1
#define DECODE_STATE_STOP 0
-#define DECODE_STATE_DECODE 1
+#define DECODE_STATE_START 1
+#define DECODE_STATE_DECODE 2
#define DECODE_ERROR_NOERROR 0
#define DECODE_ERROR_UNKTYPE 10