summaryrefslogtreecommitdiffstatshomepage
path: root/drivers/cc3000/inc/inet_pton.h
blob: 0896d5d29fd7bd823e5dec2d52768d0c7e7d103f (plain) (blame)
1
2
3
4
#ifndef __INET_PTON_H
#define __INET_PTON_H
int inet_pton(int, const char *, void *);
#endif /* __INET_PTON_H */