diff options
author | Magnus Ahltorp <map@kth.se> | 2014-09-17 16:30:54 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-09-17 16:30:54 +0200 |
commit | 0085b8094d326bfc268a1ec6b9c6d3f8b707b192 (patch) | |
tree | bee677d93a57f0d2ec6f82c2ed64dfb4a5b40fcd /c_src/erlport.h | |
parent | 558a56adfe02a0803bbbbf4ddaef0271e586930b (diff) |
Fsync implementationfsync
Diffstat (limited to 'c_src/erlport.h')
-rw-r--r-- | c_src/erlport.h | 15 |
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 |