common: move utils_create_lock_file to its own file
[lttng-tools.git] / src / common / utils.h
index e09c0a9ae556f8ed3dc3a6d6a8a70f68cb69b5a9..dc170e3de50c8e84b7ce191f2a22f8884ad55231 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.023911 seconds and 4 git commands to generate.