git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'origin/stg-2.409' into ticket37
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
smux
/
smux.h
diff --git
a/projects/stargazer/plugins/other/smux/smux.h
b/projects/stargazer/plugins/other/smux/smux.h
index e379ea7f7f06261e4cfe64bc2612b83796c2c94b..3b217eb72878cafba22aa532bb129c7e8bbb75e0 100644
(file)
--- a/
projects/stargazer/plugins/other/smux/smux.h
+++ b/
projects/stargazer/plugins/other/smux/smux.h
@@
-116,7
+116,7
@@
public:
int Start();
int Stop();
- int Reload();
+ int Reload(
const MODULE_SETTINGS & ms
);
bool IsRunning() { return running && !stopped; }
const std::string & GetStrError() const { return errorStr; }