summaryrefslogtreecommitdiff
path: root/c_src/erlport.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/erlport.h')
-rw-r--r--c_src/erlport.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/c_src/erlport.h b/c_src/erlport.h
new file mode 100644
index 0000000..49e1b7c
--- /dev/null
+++ b/c_src/erlport.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2014 Kungliga Tekniska Högskolan
+ * (KTH Royal Institute of Technology, Stockholm, Sweden).
+ */
+
+#ifndef ERLPORT_H
+#define ERLPORT_H
+
+ssize_t
+read_command(char *buf, size_t len);
+
+int
+write_status(char *msg);
+
+#endif