summaryrefslogtreecommitdiff
path: root/src/pacman/util.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-02-05 18:49:13 -0600
committerDan McGee <dan@archlinux.org>2008-02-05 19:18:44 -0600
commit7d7a33791211b26d69bcf3c23174250dd14e9486 (patch)
tree080405f892324f09e9ae7f5901a4771df379fd09 /src/pacman/util.h
parenta7a9f37561b45d2d2900b4c419ac3b9f0c7f2d75 (diff)
pacman/util.c: add mdirname function
This function mirrors mbasename and will be used by the 'owns' machinery. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/util.h')
-rw-r--r--src/pacman/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/util.h b/src/pacman/util.h
index 00c88949..0273512e 100644
--- a/src/pacman/util.h
+++ b/src/pacman/util.h
@@ -41,6 +41,7 @@ int getcols();
int makepath(const char *path);
int rmrf(const char *path);
char *mbasename(const char *path);
+char *mdirname(const char *path);
void indentprint(const char *str, int indent);
char *strtoupper(char *str);
char *strtrim(char *str);