CVS Repository/ src/ include/ icdb.h


OpenBSD release(s):
1.4 (79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61),  1.2 (60 59), 
Tags:
None
revision 1.4/ (Download) - annotate - Sun, 04 Sep 2016 14:51:39 UTC by nicm
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61
Changes since 1.3: +2 -2 (diff)
Make the key sizes and offsets arrays const, ok tedu

revision 1.3/ (Download) - annotate - Sun, 04 Sep 2016 11:53:23 UTC by nicm
Changes since 1.2: +12 -2 (diff)
Add the usual header stuff (#ifdef _ICDB_H_ etc) to icdb.h, ok tedu

revision 1.2/ (Download) - annotate - Wed, 18 Nov 2015 17:59:56 UTC by tedu
OpenBSD release(s): 60 59
Changes since 1.1: +3 -3 (diff)
add a version field to prevent mayhem if different data gets stored

revision 1.1/ (Download) - annotate - Wed, 18 Nov 2015 16:46:49 UTC by tedu
Add icdb, the internal c database. A simpler replacement for the old
Berzerkeley DB code.