summaryrefslogtreecommitdiffstats
path: root/src/mgr/PyModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mgr/PyModule.h')
-rw-r--r--src/mgr/PyModule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mgr/PyModule.h b/src/mgr/PyModule.h
index 2f980bdf509..6d555a81a2d 100644
--- a/src/mgr/PyModule.h
+++ b/src/mgr/PyModule.h
@@ -81,6 +81,7 @@ private:
int load_commands();
std::vector<ModuleCommand> commands;
+ int register_options(PyObject *cls);
int load_options();
std::map<std::string, MgrMap::ModuleOption> options;