summaryrefslogtreecommitdiff
path: root/command_line/CmdLine/Src/CLLicenses.c
blob: 5602488d44689b4ebf14a0836441bf0f121947b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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) {
}