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/tool/strings.h
parent0d49fb74eadcf933f696420cd182077927680d26 (diff)
Moving towards a server/clients structure.
Diffstat (limited to 'src/tool/strings.h')
-rw-r--r--src/tool/strings.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/tool/strings.h b/src/tool/strings.h
deleted file mode 100644
index 6fbecf7..0000000
--- a/src/tool/strings.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _ZoO_TOOL_STRINGS_H_
-#define _ZoO_TOOL_STRINGS_H_
-
-#include "strings_types.h"
-
-void ZoO_strings_initialize (struct ZoO_strings s [const restrict static 1]);
-
-void ZoO_strings_finalize (struct ZoO_strings s [const restrict static 1]);
-
-int ZoO_strings_parse
-(
- struct ZoO_strings s [const static 1],
- size_t input_size,
- ZoO_char input [const restrict],
- ZoO_index const punctuations_count,
- const ZoO_char punctuations [const restrict static punctuations_count]
-);
-
-#endif