1 #ifndef INCLUDED_OUTPUT_H
2 #define INCLUDED_OUTPUT_H
5 #define CONFIG "config.h"
11 typedef int (*PRINTFUNC
)(const char *const fmt
, ...);
13 void printerrorf(const char *const fmt
, ...);
14 int errorout(const char* fmt
, ...);
15 void logRequestVerbose(const REQUEST
*const Request
, const PRINTFUNC p
);
16 void logResponseVerbose(const char *const ePID
, const BYTE
*const hwid
, const RESPONSE
*const response
, const PRINTFUNC p
);
19 int logger(const char *const fmt
, ...);
22 void uuid2StringLE(const GUID
*const guid
, char *const string
);
24 //void copy_arguments(int argc, char **argv, char ***new_argv);
25 //void destroy_arguments(int argc, char **argv);
27 #endif // INCLUDED_OUTPUT_H