summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index cd6a17dd..9ec918de 100644
--- a/src/util.h
+++ b/src/util.h
@@ -34,7 +34,6 @@ int copyfile(char *src, char *dest);
int makepath(char *path);
int rmrf(char *path);
void indentprint(char *str, int indent);
-int yesno(char* fmt, ...);
char* trim(char *str);
char* strtoupper(char *str);
int grep(const char *fn, const char *needle);