From f7e732e0ab494627666f3affe23622729bd637d7 Mon Sep 17 00:00:00 2001 From: Johann Latocha Date: Wed, 8 Feb 2012 21:26:47 +0100 Subject: [ALL] Refactoring [ALL] Send and receive servers [TODO] Config file reloading is broken --- src/kernel/utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/kernel/utils.h') diff --git a/src/kernel/utils.h b/src/kernel/utils.h index 6b7fcee..b2c5fb1 100644 --- a/src/kernel/utils.h +++ b/src/kernel/utils.h @@ -21,6 +21,9 @@ #ifndef UTILS_H_ #define UTILS_H_ +#include + unsigned int inet_addr(char *str); +void inet_ntoa(struct in_addr addr, char* str); #endif /* UTILS_H_ */ -- cgit v1.2.3-55-g7522