aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils.h b/src/utils.h
index 9a83b6f5..5f3b26c5 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -31,10 +31,6 @@
char *myFgets(char *buffer, int bufferSize, FILE * fp);
-char *string_toupper(char *str);
-
-char *strDupToUpper(char *str); /* avoid, use string_toupper instead */
-
void stripReturnChar(char *string);
void my_usleep(long usec);