clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / src / common / consumer / consumer.hpp
index cd8b89457f07bed43b631b544416bb23f3b284a8..a28bc160959277431e8555256e1a0d71c559689a 100644 (file)
@@ -899,7 +899,7 @@ const char *lttng_consumer_type_str(enum lttng_consumer_type type)
 /*
  * Init consumer data structures.
  */
-int lttng_consumer_init(void);
+int lttng_consumer_init();
 
 /*
  * Set the error socket for communication with a session daemon.
@@ -929,7 +929,7 @@ void lttng_consumer_should_exit(struct lttng_consumer_local_data *ctx);
 /*
  * Cleanup the daemon's socket on exit.
  */
-void lttng_consumer_cleanup(void);
+void lttng_consumer_cleanup();
 
 /*
  * Poll on the should_quit pipe and the command socket return -1 on error and
This page took 0.024309 seconds and 4 git commands to generate.