common: move utils_create_lock_file to its own file
[lttng-tools.git] / src / common / utils.hpp
index b190a9b2852c52c352e75ac337818ba7e5e78f76..850c29ba88bf9ca3fe96b071861a7d67847c1b73 100644 (file)
@@ -50,7 +50,6 @@ size_t utils_get_current_time_str(const char *format, char *dst, size_t len)
 
 int utils_get_group_id(const char *name, bool warn, gid_t *gid);
 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_help(int section, const char *page_name, const char *help_msg);
This page took 0.023116 seconds and 4 git commands to generate.