Clean-up: apply suggested clang-tidy fixes
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.hpp
index 0039caf96a78a95de852aa66c4d37350b2443580..a470a088166ca2d39a3b800f024576ed2aa7228b 100644 (file)
@@ -38,7 +38,7 @@ struct cmd_completion_handler {
  * Init the command subsystem. Must be called before using any of the functions
  * above. This is called in the main() of the session daemon.
  */
-void cmd_init(void);
+void cmd_init();
 
 /* Session commands */
 enum lttng_error_code cmd_create_session(struct command_ctx *cmd_ctx,
@@ -183,7 +183,7 @@ int cmd_rotation_set_schedule(struct ltt_session *session,
                              enum lttng_rotation_schedule_type schedule_type,
                              uint64_t value);
 
-const struct cmd_completion_handler *cmd_pop_completion_handler(void);
+const struct cmd_completion_handler *cmd_pop_completion_handler();
 int start_kernel_session(struct ltt_kernel_session *ksess);
 int stop_kernel_session(struct ltt_kernel_session *ksess);
 
This page took 0.022917 seconds and 4 git commands to generate.