Clean-up: apply suggested clang-tidy fixes
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.hpp
index f0ad01c9c3420835081fa67f9136d1f6f6c501f6..a006d009f789a3d030c864a537c70864344d2179 100644 (file)
@@ -8,10 +8,10 @@
 #ifndef _MODPROBE_H
 #define _MODPROBE_H
 
-void modprobe_remove_lttng_all(void);
-void modprobe_remove_lttng_control(void);
-void modprobe_remove_lttng_data(void);
-int modprobe_lttng_control(void);
-int modprobe_lttng_data(void);
+void modprobe_remove_lttng_all();
+void modprobe_remove_lttng_control();
+void modprobe_remove_lttng_data();
+int modprobe_lttng_control();
+int modprobe_lttng_data();
 
 #endif /* _MODPROBE_H */
This page took 0.0236 seconds and 4 git commands to generate.