aboutsummaryrefslogtreecommitdiff
path: root/flow-native
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-04-21 13:19:48 +0200
committerJakob Odersky <jodersky@gmail.com>2014-04-21 13:19:48 +0200
commitbcb73d6a0bb564be46257f56c0cb5f0ca25d5099 (patch)
treeffca4aded79978509c5ae297ca3cf61e9eaf3ede /flow-native
parenta078de0637bc8714251746988cdae0e1120f848a (diff)
downloadakka-serial-bcb73d6a0bb564be46257f56c0cb5f0ca25d5099.tar.gz
akka-serial-bcb73d6a0bb564be46257f56c0cb5f0ca25d5099.tar.bz2
akka-serial-bcb73d6a0bb564be46257f56c0cb5f0ca25d5099.zip
cosmetic change to satisfy github linguist
Diffstat (limited to 'flow-native')
-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