diff options
author | Volker Lendecke <vl@samba.org> | 2010-02-24 15:38:06 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-02-24 16:11:03 +0100 |
commit | d980268680dd34c461467a1da835de099dafa191 (patch) | |
tree | e28497e80bc05e3873c1fac11615f51c81287535 /source3/include | |
parent | 8b4b602e1ac181521442c2bcea7877ee7488fa97 (diff) | |
download | samba-d980268680dd34c461467a1da835de099dafa191.tar.gz samba-d980268680dd34c461467a1da835de099dafa191.tar.bz2 samba-d980268680dd34c461467a1da835de099dafa191.zip |
s3: Make connections_fetch_record() static
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index be932a960d..3af9cb053e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -420,8 +420,6 @@ void clobber_region(const char *fn, unsigned int line, char *dest, size_t len); /* The following definitions come from lib/conn_tdb.c */ -struct db_record *connections_fetch_record(TALLOC_CTX *mem_ctx, - TDB_DATA key); struct db_record *connections_fetch_entry(TALLOC_CTX *mem_ctx, connection_struct *conn, const char *name); |