X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/3aa4eda8b1e0c4abc04439affe850d33648c7472..b183ede15d8125d1ecba56c435e5eb70c7ac3da1:/util.h?ds=sidebyside diff --git a/util.h b/util.h index ec2c017..21c82a3 100644 --- a/util.h +++ b/util.h @@ -1 +1,7 @@ +#ifndef __UTIL_H__ +#define __UTIL_H__ + char *inet_toa(unsigned long addr); +void *shared_malloc(unsigned int size); + +#endif /* __UTIL_H__ */