aboutsummaryrefslogtreecommitdiff
path: root/flow-native/src/flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'flow-native/src/flow.h')
-rw-r--r--flow-native/src/flow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/flow-native/src/flow.h b/flow-native/src/flow.h
index ff80259..bda527c 100644
--- a/flow-native/src/flow.h
+++ b/flow-native/src/flow.h
@@ -1,13 +1,13 @@
#ifndef FLOW_H
#define FLOW_H
-#include <stdbool.h>
-#include <stddef.h>
-
#ifdef _cplusplus
extern "C" {
#endif
+#include <stdbool.h>
+#include <stddef.h>
+
//general error codes that are returned by functions
#define E_IO -1 //IO error
#define E_ACCESS_DENIED -2 //access denied