summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerInner.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CommLayer/CommLayerInner.h')
-rw-r--r--lib/CommLayer/CommLayerInner.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/CommLayer/CommLayerInner.h b/lib/CommLayer/CommLayerInner.h
index 70e1c30..150c7b2 100644
--- a/lib/CommLayer/CommLayerInner.h
+++ b/lib/CommLayer/CommLayerInner.h
@@ -102,4 +102,9 @@ class CCommLayerInner
}
};
+void comm_layer_inner_init(CCommLayerInner *pCommLayerInner);
+void comm_layer_inner_debug(const std::string& pMessage);
+void comm_layer_inner_warning(const std::string& pMessage);
+void comm_layer_inner_status(const std::string& pMessage);
+
#endif /* COMMLAYERINNER_H_ */