Fix: error.h: add missing parenthesis around macro parameter
[lttng-tools.git] / src / common / utils.h
index 4f82ebd44ce4accbc780db25db33167ea97fbae6..7285f5c3032932ec03531ddb7ef7973f403fbc6b 100644 (file)
@@ -58,5 +58,7 @@ char *utils_generate_optstring(const struct option *long_options,
                size_t opt_count);
 int utils_create_lock_file(const char *filepath);
 int utils_recursive_rmdir(const char *path);
+int utils_truncate_stream_file(int fd, off_t length);
+int utils_show_man_page(int section, const char *page_name);
 
 #endif /* _COMMON_UTILS_H */
This page took 0.022943 seconds and 4 git commands to generate.