mirror of
https://github.com/3proxy/3proxy.git
synced 2026-08-27 03:43:12 +00:00
ntoa changed to ntop
This commit is contained in:
parent
7897b009a1
commit
ccf606fd9e
11 changed files with 36 additions and 26 deletions
|
|
@ -625,7 +625,7 @@ struct pluginlink {
|
|||
int (*sockgetcharcli)(struct clientparam * param, int timeosec, int timeousec);
|
||||
int (*sockgetcharsrv)(struct clientparam * param, int timeosec, int timeousec);
|
||||
int (*sockgetlinebuf)(struct clientparam * param, DIRECTION which, unsigned char * buf, int bufsize, int delim, int to);
|
||||
int (*myinet_ntoa)(struct in_addr in, char * buf);
|
||||
int (*myinet_ntop)(int af, const void *src, char *dst, socklen_t size);
|
||||
int (*dobuf)(struct clientparam * param, unsigned char * buf, const unsigned char *s, const unsigned char * doublec);
|
||||
int (*dobuf2)(struct clientparam * param, unsigned char * buf, const unsigned char *s, const unsigned char * doublec, struct tm* tm, char * format);
|
||||
int (*scanaddr)(const unsigned char *s, unsigned long * ip, unsigned long * mask);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue