summaryrefslogtreecommitdiffstats
path: root/mmss/mmss.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 21:33:37 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 21:33:37 +0200
commit37566202133915d76179e0fd0c7fad654fc4dda0 (patch)
tree4d9490f02804d7be3b51ca8da8acb3fd7a2e93e3 /mmss/mmss.hpp
parentefabc7a40d74904385d9dd55eb0312aeb538d4ed (diff)
downloadgmrf-37566202133915d76179e0fd0c7fad654fc4dda0.tar
gmrf-37566202133915d76179e0fd0c7fad654fc4dda0.zip
Encapsulate protocol_t
Diffstat (limited to 'mmss/mmss.hpp')
-rw-r--r--mmss/mmss.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/mmss/mmss.hpp b/mmss/mmss.hpp
index 3931254..f9284aa 100644
--- a/mmss/mmss.hpp
+++ b/mmss/mmss.hpp
@@ -61,8 +61,6 @@ public:
};
-std::shared_ptr<const protocol_t> load_protocol(const char *module);
-
bool read_config(context_t *mmss, config_t *conf, const char *filename);
void add_iface(const std::shared_ptr<node_t> &node, const std::shared_ptr<network_t> &net, const std::string &name, const gmrf_addr_t *address);