diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-18 22:30:27 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-19 05:38:06 +0200 |
commit | f5e9ed1ea965827f29fe0fa77a32e09737e51b45 (patch) | |
tree | e8d6d817d775413f29885416b8aecd8e385146d2 /lib/ntdb/ABI | |
parent | 16cc345d4f84367e70e133200f7aa335c2aae8c6 (diff) | |
download | samba-f5e9ed1ea965827f29fe0fa77a32e09737e51b45.tar.gz samba-f5e9ed1ea965827f29fe0fa77a32e09737e51b45.tar.bz2 samba-f5e9ed1ea965827f29fe0fa77a32e09737e51b45.zip |
ntdb: remove ntdb_error()
It was a hack to make compatibility easier. Since we're not doing that,
it can go away: all callers must use the return value now.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/ntdb/ABI')
-rw-r--r-- | lib/ntdb/ABI/ntdb-0.9.sigs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ntdb/ABI/ntdb-0.9.sigs b/lib/ntdb/ABI/ntdb-0.9.sigs index 6dae18fb6c..6b12ddbde7 100644 --- a/lib/ntdb/ABI/ntdb-0.9.sigs +++ b/lib/ntdb/ABI/ntdb-0.9.sigs @@ -7,7 +7,6 @@ ntdb_chainunlock_read: void (struct ntdb_context *, NTDB_DATA) ntdb_check_: enum NTDB_ERROR (struct ntdb_context *, enum NTDB_ERROR (*)(NTDB_DATA, NTDB_DATA, void *), void *) ntdb_close: int (struct ntdb_context *) ntdb_delete: enum NTDB_ERROR (struct ntdb_context *, NTDB_DATA) -ntdb_error: enum NTDB_ERROR (struct ntdb_context *) ntdb_errorstr: const char *(enum NTDB_ERROR) ntdb_exists: bool (struct ntdb_context *, NTDB_DATA) ntdb_fd: int (const struct ntdb_context *) |