started working on storage service.

This commit is contained in:
Martin Preuss
2023-07-19 18:17:10 +02:00
parent 06b5ab26c8
commit db5d6cb980
20 changed files with 1443 additions and 1 deletions

View File

@@ -73,6 +73,8 @@
<headers dist="true" >
storage_p.h
storage_readxml.h
storage_writexml.h
</headers>
@@ -80,6 +82,8 @@
$(local/typefiles)
storage.c
storage_readxml.c
storage_writexml.c
</sources>