s4:ntvfs common - remove two outdated function prototypes
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 20 Sep 2011 16:38:54 +0000 (18:38 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 20 Sep 2011 18:16:29 +0000 (20:16 +0200)
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

source4/ntvfs/common/brlock.h
source4/ntvfs/common/opendb.h

index 703538f0738896ba0c66460fec1d1663041a1604..650136b4c75fe2269587c81f078a21b1cdf64df0 100644 (file)
@@ -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);
-
index 446df1777fffefeb589c7a061be9d24722c12717..1bfc6aaf310f528d499fe84de62e07adc3393d8c 100644 (file)
@@ -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);