summaryrefslogtreecommitdiff
path: root/src/include/arpa/inet.h
blob: 1e6debf49669aa9cbf48802f76fa351728b2e43d (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ARPA_INET_H
#define ARPA_INET_H

#include "../../../include/arpa/inet.h"

hidden int __inet_aton(const char *, struct in_addr *);

#endif