src/server/util/util.h

changeset 62
c47e081b6c0f
parent 58
66c22e54aa90
child 63
66442f81f823
equal deleted inserted replaced
61:c858850f3d3a 62:c47e081b6c0f
74 #ifdef INTNSAPI 74 #ifdef INTNSAPI
75 75
76 #ifdef __cplusplus 76 #ifdef __cplusplus
77 extern "C" { 77 extern "C" {
78 #endif 78 #endif
79
80 size_t util_base64decode(char *bufcoded, size_t codedbytes, char *bufout);
79 81
80 NSAPI_PUBLIC 82 NSAPI_PUBLIC
81 int INTutil_init_PRNetAddr(PRNetAddr * naddr, char * ipstr, int iplen, int type); 83 int INTutil_init_PRNetAddr(PRNetAddr * naddr, char * ipstr, int iplen, int type);
82 84
83 NSAPI_PUBLIC 85 NSAPI_PUBLIC

mercurial