* added include files containing structural information from our database backend.
authorWilfried Göesgens <willi@citadel.org>
Tue, 27 Feb 2007 20:49:26 +0000 (20:49 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 27 Feb 2007 20:49:26 +0000 (20:49 +0000)
commit81f05d1bc08d9050b5abe1309c9ae6d2ba71c885
tree2fe0df65a4b990952a2bdb4ad46eed12cabeafb4
parent3d5b29690b93ac15061204f593c0e285f6bd42cf
* added include files containing structural information from our database backend.
* added type definitions translating the structure information back into c-structs
* added type definitions for serializing / deserializing our structurse to artv.
* added code to serv_vanderley to auto dump our datastructurse
* incremented the EXPORT_REV_MIN because of the sequence of config is changed to be similar to our storage backend.
* added include flags to the makefiles.
16 files changed:
citadel/Makefile.in
citadel/citadel.h
citadel/config.h
citadel/debian/changelog
citadel/include/artv_deserialize.h [new file with mode: 0644]
citadel/include/artv_serialize.h [new file with mode: 0644]
citadel/include/datadefinitions.h [new file with mode: 0644]
citadel/include/dtds/config-defs.h [new file with mode: 0644]
citadel/include/dtds/expirepolicy-defs.h [new file with mode: 0644]
citadel/include/dtds/floor-defs.h [new file with mode: 0644]
citadel/include/dtds/march-defs.h [new file with mode: 0644]
citadel/include/dtds/room-defs.h [new file with mode: 0644]
citadel/include/dtds/user-defs.h [new file with mode: 0644]
citadel/include/php_datadefinitions.h [new file with mode: 0644]
citadel/include/undef_data.h [new file with mode: 0644]
citadel/serv_vandelay.c