diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-18 15:39:59 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-18 15:39:59 +1000 |
commit | f96353adcf865aa1e809a87f1f9b29186307f05d (patch) | |
tree | 4423c267c3d39dec3dfbf3a8f79579a333f21edc /lib/tdb | |
parent | 8dc2db0f6d61fc26fbecd27afbee5147ad358756 (diff) | |
download | samba-f96353adcf865aa1e809a87f1f9b29186307f05d.tar.gz samba-f96353adcf865aa1e809a87f1f9b29186307f05d.tar.bz2 samba-f96353adcf865aa1e809a87f1f9b29186307f05d.zip |
s4-waf: rebuild signature files with the api type maps
This is not strictly necessary, as the old types would compare equal,
but it is neater to use the generic type names
Diffstat (limited to 'lib/tdb')
-rw-r--r-- | lib/tdb/ABI/tdb-1.2.1.sigs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/tdb/ABI/tdb-1.2.1.sigs b/lib/tdb/ABI/tdb-1.2.1.sigs index 3cd9d31ce3..84f200745e 100644 --- a/lib/tdb/ABI/tdb-1.2.1.sigs +++ b/lib/tdb/ABI/tdb-1.2.1.sigs @@ -1,8 +1,8 @@ tdb_add_flags: void (struct tdb_context *, unsigned int) tdb_alloc_read: unsigned char *(struct tdb_context *, tdb_off_t, tdb_len_t) tdb_allocate: tdb_off_t (struct tdb_context *, tdb_len_t, struct tdb_record *) -tdb_allrecord_lock: int (struct tdb_context *, int, enum tdb_lock_flags, _Bool) -tdb_allrecord_unlock: int (struct tdb_context *, int, _Bool) +tdb_allrecord_lock: int (struct tdb_context *, int, enum tdb_lock_flags, bool) +tdb_allrecord_unlock: int (struct tdb_context *, int, bool) tdb_allrecord_upgrade: int (struct tdb_context *) tdb_append: int (struct tdb_context *, TDB_DATA, TDB_DATA) tdb_brlock: int (struct tdb_context *, int, tdb_off_t, size_t, enum tdb_lock_flags) @@ -35,7 +35,7 @@ tdb_get_flags: int (struct tdb_context *) tdb_get_logging_private: void *(struct tdb_context *) tdb_get_seqnum: int (struct tdb_context *) tdb_hash_size: int (struct tdb_context *) -tdb_have_extra_locks: _Bool (struct tdb_context *) +tdb_have_extra_locks: bool (struct tdb_context *) tdb_increment_seqnum_nonblock: void (struct tdb_context *) tdb_io_init: void (struct tdb_context *) tdb_lock: int (struct tdb_context *, int, int) @@ -52,9 +52,9 @@ tdb_map_size: size_t (struct tdb_context *) tdb_mmap: void (struct tdb_context *) tdb_munmap: int (struct tdb_context *) tdb_name: const char *(struct tdb_context *) -tdb_needs_recovery: _Bool (struct tdb_context *) +tdb_needs_recovery: bool (struct tdb_context *) tdb_nest_lock: int (struct tdb_context *, uint32_t, int, enum tdb_lock_flags) -tdb_nest_unlock: int (struct tdb_context *, uint32_t, int, _Bool) +tdb_nest_unlock: int (struct tdb_context *, uint32_t, int, bool) tdb_nextkey: TDB_DATA (struct tdb_context *, TDB_DATA) tdb_ofs_read: int (struct tdb_context *, tdb_off_t, tdb_off_t *) tdb_ofs_write: int (struct tdb_context *, tdb_off_t, tdb_off_t *) |