Clean-up: apply suggested clang-tidy fixes
[lttng-tools.git] / src / bin / lttng-relayd / live.hpp
index 67fb58a14c642af28b8807e3a06a9e21fc979f56..53f67d30ef019061b2a4e00cf537c3a2434489c6 100644 (file)
@@ -15,7 +15,7 @@
 #include <common/uri.hpp>
 
 int relayd_live_create(struct lttng_uri *live_uri);
-int relayd_live_stop(void);
-int relayd_live_join(void);
+int relayd_live_stop();
+int relayd_live_join();
 
 #endif /* LTTNG_RELAYD_LIVE_H */
This page took 0.022471 seconds and 4 git commands to generate.