From ab3c6f01f5c884233f718e7f7d5c32b2fdf4ff73 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Sun, 11 Oct 2009 15:52:12 -0500 Subject: Remove makepath function from frontend Signed-off-by: Dan McGee --- src/pacman/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pacman/util.h') diff --git a/src/pacman/util.h b/src/pacman/util.h index a71de2d7..7a8c39d1 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -41,7 +41,6 @@ int trans_init(pmtransflag_t flags); int trans_release(void); int needs_root(void); int getcols(void); -int makepath(const char *path); int rmrf(const char *path); char *mbasename(const char *path); char *mdirname(const char *path); -- cgit v1.2.3