diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-08 15:56:27 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-08 15:56:27 +0000 |
commit | d98ef734940a49d192d87024e60559b38eb190c9 (patch) | |
tree | 9fd986bdf4000c35d8c51d0d5ce557162222acf9 /gmid.h | |
parent | 877b479bcc183e71a6d78cb938548c21ed4303fc (diff) |
move strip_path to utils.c
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -453,6 +453,7 @@ int puny_decode(const char*, char*, size_t, const char**); /* utils.c */ void block_signals(void); void unblock_signals(void); +const char *strip_path(const char *, int); int starts_with(const char*, const char*); int ends_with(const char*, const char*); ssize_t filesize(int); |