12 lines
152 B
C
12 lines
152 B
C
#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
|
|
|