Changeset 745 for trunk/server/lib/util/util_tdb.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/lib/util/util_tdb.c
r429 r745 21 21 22 22 #include "includes.h" 23 #include "tdb.h"23 #include <tdb.h> 24 24 #include "../lib/util/util_tdb.h" 25 25 … … 134 134 135 135 /**************************************************************************** 136 Store a int32_t value by an arbit ary blob key, return 0 on success, -1 on failure.136 Store a int32_t value by an arbitrary blob key, return 0 on success, -1 on failure. 137 137 Input is int32_t in native byte order. Output in tdb is in little-endian. 138 138 ****************************************************************************/ … … 191 191 192 192 /**************************************************************************** 193 Store a uint32_t value by an arbit ary blob key, return 0 on success, -1 on failure.193 Store a uint32_t value by an arbitrary blob key, return 0 on success, -1 on failure. 194 194 Input is uint32_t in native byte order. Output in tdb is in little-endian. 195 195 ****************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.