djbdnscurve6  38
djbdnscurve6
clientloc.h
Go to the documentation of this file.
1 #ifndef CLIENTLOC_H
2 #define CLIENTLOC_H
3 
4 extern int find_client_loc(char loc[2],const char ip[16]);
5 
6 #endif
char ip[16]
Definition: axfrdns.c:126
int find_client_loc(char loc[2], const char ip[16])
Definition: clientloc.c:8