summaryrefslogtreecommitdiffstats
path: root/src/kernel/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/utils.h')
-rw-r--r--src/kernel/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/utils.h b/src/kernel/utils.h
index b2c5fb1..e54b3cf 100644
--- a/src/kernel/utils.h
+++ b/src/kernel/utils.h
@@ -24,6 +24,6 @@
#include <linux/in.h>
unsigned int inet_addr(char *str);
-void inet_ntoa(struct in_addr addr, char* str);
+void inet_ntoa(struct in_addr addr, char *str);
#endif /* UTILS_H_ */