Skip to content
Snippets Groups Projects
Commit 5e1caa9b authored by rswindell's avatar rswindell
Browse files

Moved pack/unpackchatpass functions to userdat.c.

Added printnodedat function to userdat.c.
parent ab60f4d4
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,10 @@ DLLEXPORT char* DLLCALL username(scfg_t* cfg, int usernumber, char * str);
DLLEXPORT char* DLLCALL usermailaddr(scfg_t* cfg, char* addr, char* name);
DLLEXPORT int DLLCALL getnodedat(scfg_t* cfg, uint number, node_t *node, int* file);
DLLEXPORT int DLLCALL putnodedat(scfg_t* cfg, uint number, node_t *node, int file);
DLLEXPORT void DLLCALL printnodedat(uint number, node_t* node);
DLLEXPORT void DLLCALL packchatpass(char *pass, node_t* node);
DLLEXPORT char* DLLCALL unpackchatpass(char *pass, node_t* node);
DLLEXPORT int DLLCALL putsmsg(scfg_t* cfg, int usernumber, char *strin);
DLLEXPORT uint DLLCALL userdatdupe(scfg_t* cfg, uint usernumber, uint offset, uint datlen, char *dat
,BOOL del);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment