mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-05-31 23:08:21 -04:00
vlmcsd-svn812-2015-08-30-Hotbird64
This commit is contained in:
commit
1af203d2a8
133 changed files with 102338 additions and 0 deletions
27
output.h
Normal file
27
output.h
Normal file
|
@ -0,0 +1,27 @@
|
|||
#ifndef INCLUDED_OUTPUT_H
|
||||
#define INCLUDED_OUTPUT_H
|
||||
|
||||
#ifndef CONFIG
|
||||
#define CONFIG "config.h"
|
||||
#endif // CONFIG
|
||||
#include CONFIG
|
||||
|
||||
#include "kms.h"
|
||||
|
||||
typedef int (*PRINTFUNC)(const char *const fmt, ...);
|
||||
|
||||
void 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);
|
||||
|
||||
#ifndef NO_LOG
|
||||
int logger(const char *const fmt, ...);
|
||||
#endif //NO_LOG
|
||||
|
||||
void uuid2StringLE(const GUID *const guid, char *const string);
|
||||
|
||||
//void copy_arguments(int argc, char **argv, char ***new_argv);
|
||||
//void destroy_arguments(int argc, char **argv);
|
||||
|
||||
#endif // INCLUDED_OUTPUT_H
|
Loading…
Add table
Add a link
Reference in a new issue