summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.h
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-02-04 11:34:27 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-02-04 11:34:27 +0100
commit633c89b5327bbdb14d0d076cbab474c60dabab57 (patch)
tree6d6294f69393fbecdc276665ea7ad87288c71bae /src/pacman/util.h
parentfe0b4cccb2539165657b7f06bb0a6a1123377798 (diff)
downloadpacman-633c89b5327bbdb14d0d076cbab474c60dabab57.tar.gz
pacman-633c89b5327bbdb14d0d076cbab474c60dabab57.tar.xz
- moved yesno() from util.c to log.c
- fixed a missing line feed in yesno when printing the message
Diffstat (limited to 'src/pacman/util.h')
-rw-r--r--src/pacman/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/util.h b/src/pacman/util.h
index f9d8d847..3cce4d3d 100644
--- a/src/pacman/util.h
+++ b/src/pacman/util.h
@@ -45,7 +45,6 @@ int rmrf(char *path);
void indentprint(char *str, int indent);
char *strtrim(char *str);
char *strtoupper(char *str);
-int yesno(char *fmt, ...);
int reg_match(char *string, char *pattern);
#endif /* _PM_UTIL_H */