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/ntdb.h | |
parent | 16cc345d4f84367e70e133200f7aa335c2aae8c6 (diff) | |
download | samba-f5e9ed1ea965827f29fe0fa77a32e09737e51b45.tar.gz |
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/ntdb.h')
-rw-r--r-- | lib/ntdb/ntdb.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/ntdb/ntdb.h b/lib/ntdb/ntdb.h index f0833b7261..f64b2f4a1b 100644 --- a/lib/ntdb/ntdb.h +++ b/lib/ntdb/ntdb.h @@ -568,17 +568,6 @@ enum NTDB_ERROR ntdb_check_(struct ntdb_context *ntdb, void *data); /** - * ntdb_error - get the last error (not threadsafe) - * @ntdb: the ntdb context returned from ntdb_open() - * - * Returns the last error returned by a NTDB function. - * - * This makes porting from TDB easier, but note that the last error is not - * reliable in threaded programs. - */ -enum NTDB_ERROR ntdb_error(struct ntdb_context *ntdb); - -/** * enum ntdb_summary_flags - flags for ntdb_summary. */ enum ntdb_summary_flags { |