This commit is contained in:
2020-06-19 21:54:03 -04:00
parent e724fec668
commit 6d01f9c0df
2 changed files with 21 additions and 14 deletions

6
src/ctx.c Normal file
View File

@@ -0,0 +1,6 @@
#include "ctx.h"
ScanCtx_t ScanCtx;
WebCtx_t WebCtx;
IndexCtx_t IndexCtx;
LogCtx_t LogCtx;