first commit

This commit is contained in:
2019-05-31 11:26:35 -04:00
commit c403ba19f7
5075 changed files with 965209 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef __mx_bko_h__
#define __mx_bko_h__
#include "vars.h"
long bko_calls(CVars in, CVars &out);
long LoginBkoAdmin(CVars in, CVars &out);
#endif