mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
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
This commit is contained in:
parent
7c44039f48
commit
02a08d5cd5
@ -51,8 +51,5 @@ struct brlock_ops {
|
|||||||
int *count);
|
int *count);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
void brlock_set_ops(const struct brlock_ops *new_ops);
|
void brlock_set_ops(const struct brlock_ops *new_ops);
|
||||||
void brl_tdb_init_ops(void);
|
void brl_tdb_init_ops(void);
|
||||||
void brl_ctdb_init_ops(void);
|
|
||||||
|
|
||||||
|
@ -57,4 +57,3 @@ struct opendb_oplock_break {
|
|||||||
|
|
||||||
void odb_set_ops(const struct opendb_ops *new_ops);
|
void odb_set_ops(const struct opendb_ops *new_ops);
|
||||||
void odb_tdb_init_ops(void);
|
void odb_tdb_init_ops(void);
|
||||||
void odb_ctdb_init_ops(void);
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user