modified: myjupyterlab.sh
[GalaxyCodeBases.git] / etc / Windows / vlmcsd_old_vancepym / output.h
blob77b37836c02882bfc4b56b7f93239f72f8c71db5
1 #ifndef INCLUDED_OUTPUT_H
2 #define INCLUDED_OUTPUT_H
4 #ifndef CONFIG
5 #define CONFIG "config.h"
6 #endif // CONFIG
7 #include CONFIG
9 #include "kms.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);
18 #ifndef NO_LOG
19 int logger(const char *const fmt, ...);
20 #endif //NO_LOG
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