diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 3254b3c..79b04ae 100644 --- a/src/utils.h +++ b/src/utils.h @@ -16,6 +16,7 @@ enum { true = 1, }; +char *basename(const char *path); int tokcmp(const char *cmd, const char *pattern); char *strrstrip(char *str); @@ -34,6 +35,8 @@ int systemf(const char *fmt, ...); FILE *popenf(const char *mode, const char *fmt, ...); char *shell_path_expand(const char *path); +char *device_lock(const char *path); + #define YAML_INDENT 2 #define indentf(n, format, args...) \ |