summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-20 22:19:09 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-20 22:19:09 +0100
commitdf3657b2a99ef20da99ac3c6c02f43cc23e70fca (patch)
tree86a9e72bbbbaf7296b2d7cd2725a8bc42611a1f3 /src/file/data_output.h
parent0d49fb74eadcf933f696420cd182077927680d26 (diff)
Moving towards a server/clients structure.
Diffstat (limited to 'src/file/data_output.h')
-rw-r--r--src/file/data_output.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/file/data_output.h b/src/file/data_output.h
deleted file mode 100644
index ef963a0..0000000
--- a/src/file/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