rogue
Loading...
Searching...
No Matches
module.h
Go to the documentation of this file.
1
17#ifndef __ROGUE_PROTOCOLS_SRP_MODULE_H__
18#define __ROGUE_PROTOCOLS_SRP_MODULE_H__
19#include "rogue/Directives.h"
20
21namespace rogue {
22namespace protocols {
23namespace srp {
24void setup_module();
25}
26} // namespace protocols
27} // namespace rogue
28
29#endif