X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/3aa4eda8b1e0c4abc04439affe850d33648c7472..4b16fcbdfd2ebf6e40c950c65b6f05220481d2f6:/util.h diff --git a/util.h b/util.h index ec2c017..be797f8 100644 --- a/util.h +++ b/util.h @@ -1 +1,6 @@ +#ifndef __UTIL_H__ +#define __UTIL_H__ + char *inet_toa(unsigned long addr); + +#endif /* __UTIL_H__ */