Merge branch 'read_iolog-from-unix-socket' of https://github.com/aclamk/fio
[fio.git] / oslib / inet_aton.h
1 #ifndef FIO_INET_ATON_LIB_H
2 #define FIO_INET_ATON_LIB_H
3
4 #include <arpa/inet.h>
5
6 int inet_aton(const char *cp, struct in_addr *inp);
7
8 #endif