mirror of https://git.wuffs.org/MWCC
23 lines
355 B
C
23 lines
355 B
C
#include "cmdline.h"
|
|
|
|
void License_Initialize(void) {
|
|
}
|
|
|
|
void License_Terminate(void) {
|
|
}
|
|
|
|
SInt32 License_Checkout(const char *featureName, const char *licenseVersion, Boolean flag, char *errorBuf) {
|
|
return 0xD0AD0A;
|
|
}
|
|
|
|
void License_Refresh() {
|
|
// unknown args
|
|
}
|
|
|
|
void License_Checkin() {
|
|
// unknown args
|
|
}
|
|
|
|
void License_AutoCheckin(void) {
|
|
}
|