Clean-up: apply suggested clang-tidy fixes
[lttng-tools.git] / src / bin / lttng-relayd / live.hpp
index d1866d3f5690a2d07456a4294b75f20bc910090f..53f67d30ef019061b2a4e00cf537c3a2434489c6 100644 (file)
  *
  */
 
-#include <common/uri.hpp>
-
 #include "lttng-relayd.hpp"
 
+#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.023423 seconds and 4 git commands to generate.