blob: c93c87f86f45939566acc2aa5ea16bc79f297964 [file] [log] [blame]
Jens Axboe67bf9822013-01-10 11:23:19 +01001#ifndef FIO_INET_ATON_LIB_H
2#define FIO_INET_ATON_LIB_H
3
4#include <arpa/inet.h>
5
6int inet_aton(const char *cp, struct in_addr *inp);
7
8#endif