1
0
mirror of https://github.com/Wind4/vlmcsd synced 2025-12-20 23:45:52 +00:00

vlmcsd-svn998-2016-08-11-Hotbird64

This commit is contained in:
Wind4
2016-08-15 18:35:59 +08:00
parent 8d3bfb8d55
commit 9099d5aa69
51 changed files with 966 additions and 4047 deletions

View File

@@ -11,7 +11,7 @@
typedef int (*PRINTFUNC)(const char *const fmt, ...);
void printerrorf(const char *const fmt, ...);
int printerrorf(const char *const fmt, ...);
int errorout(const char* fmt, ...);
void logRequestVerbose(const REQUEST *const Request, const PRINTFUNC p);
void logResponseVerbose(const char *const ePID, const BYTE *const hwid, const RESPONSE *const response, const PRINTFUNC p);