aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/utils.h b/src/utils.h
index ed22a9bb1..1788d7141 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -23,18 +23,18 @@
#include <stdio.h>
-char * myFgets(char * buffer, int bufferSize, FILE * fp);
+char *myFgets(char *buffer, int bufferSize, FILE * fp);
-char * strDupToUpper(char * str);
+char *strDupToUpper(char *str);
-void stripReturnChar(char * string);
+void stripReturnChar(char *string);
void my_usleep(long usec);
int ipv6Supported();
-char * appendToString(char * dest, const char * src);
+char *appendToString(char *dest, const char *src);
-unsigned long readLEuint32(const unsigned char * p);
+unsigned long readLEuint32(const unsigned char *p);
#endif