vars: added code to read AQH_VARS from GWEN_DB strings.

This commit is contained in:
Martin Preuss
2024-05-17 00:03:51 +02:00
parent ead34f0309
commit f8f4380038
8 changed files with 623 additions and 10 deletions

View File

@@ -68,6 +68,7 @@
datafile_direct_p.h
vars.h
vars_p.h
vars_dbread.h
path.h
</headers>
@@ -80,6 +81,7 @@
storage_writexml.c
datafile_direct.c
vars.c
vars_dbread.c
path.c
</sources>
@@ -89,6 +91,8 @@
path-t.c
vars-t.h
vars-t.c
vars_dbread-t.h
vars_dbread-t.c
</extradist>