diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-09-20 18:38:54 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-09-20 20:16:29 +0200 |
commit | 02a08d5cd5f2a57e51fffd2a10b6ee8f797df9e0 (patch) | |
tree | bd9b613696e6102aad46cddf8ab59d016acf044e /source4/ntvfs | |
parent | 7c44039f483802c04611abaf11e0b421716e632b (diff) | |
download | samba-02a08d5cd5f2a57e51fffd2a10b6ee8f797df9e0.tar.gz samba-02a08d5cd5f2a57e51fffd2a10b6ee8f797df9e0.tar.bz2 samba-02a08d5cd5f2a57e51fffd2a10b6ee8f797df9e0.zip |
s4:ntvfs common - remove two outdated function prototypes
The two functions don't exist anymore.
Reviewed-by: Jelmer
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Tue Sep 20 20:16:29 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/common/brlock.h | 3 | ||||
-rw-r--r-- | source4/ntvfs/common/opendb.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/source4/ntvfs/common/brlock.h b/source4/ntvfs/common/brlock.h index 703538f073..650136b4c7 100644 --- a/source4/ntvfs/common/brlock.h +++ b/source4/ntvfs/common/brlock.h @@ -51,8 +51,5 @@ struct brlock_ops { int *count); }; - void brlock_set_ops(const struct brlock_ops *new_ops); void brl_tdb_init_ops(void); -void brl_ctdb_init_ops(void); - diff --git a/source4/ntvfs/common/opendb.h b/source4/ntvfs/common/opendb.h index 446df1777f..1bfc6aaf31 100644 --- a/source4/ntvfs/common/opendb.h +++ b/source4/ntvfs/common/opendb.h @@ -57,4 +57,3 @@ struct opendb_oplock_break { void odb_set_ops(const struct opendb_ops *new_ops); void odb_tdb_init_ops(void); -void odb_ctdb_init_ops(void); |