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

vlmcsd-svn906-2016-06-05-Hotbird64

This commit is contained in:
Wind4
2016-06-06 10:36:00 +08:00
parent 1c86f7a6bf
commit c479a67c2c
55 changed files with 5728 additions and 21773 deletions

View File

@@ -6,6 +6,7 @@
#endif // CONFIG
#include CONFIG
#include <errno.h>
#include "kms.h"
typedef int (*PRINTFUNC)(const char *const fmt, ...);
@@ -15,6 +16,13 @@ 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);
#ifndef NO_VERSION_INFORMATION
void printPlatform();
void printCommonFlags();
void printServerFlags();
void printClientFlags();
#endif // NO_VERSION_INFORMATION
#ifndef NO_LOG
int logger(const char *const fmt, ...);
#endif //NO_LOG