aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/typdown.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/typdown.h b/include/typdown.h
index 4b08aaa..51821a0 100644
--- a/include/typdown.h
+++ b/include/typdown.h
@@ -1,5 +1,5 @@
#pragma once
#include <stdint.h>
-char * getErrorString(uint8_t);
-char * parse(char *, uint8_t *);
+char * typdown_getErrorString(uint8_t);
+char * typdown_parse(char *, uint8_t *);