Backend Provider added

This commit is contained in:
2019-03-03 22:59:30 +00:00
parent 5680845ed3
commit 2247e5eb3a
3 changed files with 78 additions and 33 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef __mx_providers_h__
#define __mx_providers_h__
#include "vars.h"
long providers_call(CVars in, CVars &out) ;
#endif