common: move utils_create_lock_file to its own file
[lttng-tools.git] / src / common / utils.h
index 7b0ebfaa50ece9e8642eb5b4522504c1724b9dfb..9e8d0f67ede7f216c63a29199bb2bd8811aa60a8 100644 (file)
@@ -43,7 +43,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.022885 seconds and 4 git commands to generate.