summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-07-10 12:03:35 +0200
committerVolker Lendecke <vl@samba.org>2009-07-15 10:55:20 +0200
commite5a34b2533720ebb9181c0edebad6774ceeff189 (patch)
tree04d46d81cdfffa0306b3659d28f5224ec06500ba /source3/include/proto.h
parent3e965d017d243f0a99e7838e6c92c37df270486c (diff)
downloadsamba-e5a34b2533720ebb9181c0edebad6774ceeff189.tar.gz
samba-e5a34b2533720ebb9181c0edebad6774ceeff189.tar.bz2
samba-e5a34b2533720ebb9181c0edebad6774ceeff189.zip
Remove gencache_[un]lock_key
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 0dd1e98c86..52ca7826ed 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -524,8 +524,6 @@ bool gencache_get_data_blob(const char *keystr, DATA_BLOB *blob, bool *expired);
bool gencache_set_data_blob(const char *keystr, const DATA_BLOB *blob, time_t timeout);
void gencache_iterate(void (*fn)(const char* key, const char *value, time_t timeout, void* dptr),
void* data, const char* keystr_pattern);
-int gencache_lock_entry( const char *key );
-void gencache_unlock_entry( const char *key );
/* The following definitions come from lib/interface.c */