From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <506ef70280983c80e1ff44facea4de31@plan9.bell-labs.com> From: David Presotto To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] libndb Date: Sat, 6 Mar 2004 19:20:32 -0500 Topicbox-Message-UUID: 1cc89c76-eacd-11e9-9e20-41e7f4b1d025 Big changes. The fixed length for the value of attr/value pairs was getting to be a pain so I made it variable. Shouldn't affect most things that use it but to be on the safe side I created: Ndbtuple* csgetvalue(char*, char*, char*, char*, char*, int); Ndbtuple* ndbgetvalue(Ndb*, Ndbs*, char*, char*, char*, char*, int); Ndbtuple* ndblookvalue(Ndbtuple*, Ndbtuple*, char*, char*, int); These do the same thing csgetval, ndbgetval and ndbloolval but take a length for the buffer that gets filled. The old interfaces will eventually disappear.