summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-18 19:09:16 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-18 19:09:16 +0100
commit0d49fb74eadcf933f696420cd182077927680d26 (patch)
tree9220d260ce878f369138da12dae0300cf9ade5c9 /src/io/data_output.h
parent24afb3e60bafd98e6a83dcb41ee6a7f7d41e76bc (diff)
Done with 'core', starting to work on 'knowledge'.
Diffstat (limited to 'src/io/data_output.h')
-rw-r--r--src/io/data_output.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/io/data_output.h b/src/io/data_output.h
deleted file mode 100644
index ef963a0..0000000
--- a/src/io/data_output.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _ZoO_IO_DATA_OUTPUT_H_
-#define _ZoO_IO_DATA_OUTPUT_H_
-
-int ZoO_data_output_write_line
-(
- const char filename [const restrict static 1],
- char line [const restrict static 1],
- size_t const line_size
-);
-
-#endif