Clean-up: apply suggested clang-tidy fixes
[lttng-tools.git] / src / bin / lttng-sessiond / fd-limit.hpp
index 8666cdc009e820f3ef1a8029844b913527c5d879..516129962d8e1dfc0d089e8d824c3c479a19fb66 100644 (file)
@@ -15,6 +15,6 @@ enum lttng_fd_type {
 
 int lttng_fd_get(enum lttng_fd_type type, unsigned int nr);
 void lttng_fd_put(enum lttng_fd_type type, unsigned int nr);
-void lttng_fd_init(void);
+void lttng_fd_init();
 
 #endif /* _LTTNG_FD_LIMIT_H */
This page took 0.023137 seconds and 4 git commands to generate.