From 509ac16d892aeb5091f68620247f6815d2e4b5f5 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 31 Jan 2017 16:21:24 +0100 Subject: Switched to sockets, continuing implementation... --- src/knowledge/knowledge_swt_tws_modifications.c | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/knowledge/knowledge_swt_tws_modifications.c (limited to 'src/knowledge/knowledge_swt_tws_modifications.c') diff --git a/src/knowledge/knowledge_swt_tws_modifications.c b/src/knowledge/knowledge_swt_tws_modifications.c new file mode 100644 index 0000000..87305f2 --- /dev/null +++ b/src/knowledge/knowledge_swt_tws_modifications.c @@ -0,0 +1,29 @@ +#include "knowledge.h" + +int ZoO_knowledge_strengthen_swt +( + struct ZoO_knowledge k [const restrict static 1], + const ZoO_index sequence_id, + const ZoO_index word_id, + const ZoO_index target_id, + const struct ZoO_pipe io [const restrict static 1] +) +{ + /* TODO */ + + return -1; +} + +int ZoO_knowledge_strengthen_tws +( + struct ZoO_knowledge k [const restrict static 1], + const ZoO_index target_id, + const ZoO_index word_id, + const ZoO_index sequence_id, + const struct ZoO_pipe io [const restrict static 1] +) +{ + /* TODO */ + + return -1; +} -- cgit v1.2.3-70-g09d2