Remove the utils_resolve_relative function that is not useful anymore
[lttng-tools.git] / src / common / utils.h
index f7241996db3d55f7dac1291a306913fc2abcdf41..c23dfb932e147fe3de5ea68b6509cb082d3a792d 100644 (file)
@@ -26,6 +26,8 @@
 #define MEBI_LOG2 20
 #define GIBI_LOG2 30
 
+char *utils_partial_realpath(const char *path, char *resolved_path,
+               size_t size);
 char *utils_expand_path(const char *path);
 int utils_create_pipe(int *dst);
 int utils_create_pipe_cloexec(int *dst);
@@ -44,5 +46,6 @@ int utils_parse_size_suffix(char *str, uint64_t *size);
 int utils_get_count_order_u32(uint32_t x);
 char *utils_get_home_dir(void);
 size_t utils_get_current_time_str(const char *format, char *dst, size_t len);
+gid_t utils_get_group_id(const char *name);
 
 #endif /* _COMMON_UTILS_H */
This page took 0.024589 seconds and 5 git commands to generate.