mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
s3-eventlog: make can_write_to_eventlog static.
Guenther
This commit is contained in:
parent
c464b5ebc0
commit
64e3a90530
@ -6257,7 +6257,6 @@ TDB_CONTEXT *elog_init_tdb( char *tdbfilename );
|
||||
char *elog_tdbname(TALLOC_CTX *ctx, const char *name );
|
||||
int elog_tdb_size( TDB_CONTEXT * tdb, int *MaxSize, int *Retention );
|
||||
bool prune_eventlog( TDB_CONTEXT * tdb );
|
||||
bool can_write_to_eventlog( TDB_CONTEXT * tdb, int32 needed );
|
||||
ELOG_TDB *elog_open_tdb( const char *logname, bool force_clear, bool read_only );
|
||||
int elog_close_tdb( ELOG_TDB *etdb, bool force_close );
|
||||
int write_eventlog_tdb( TDB_CONTEXT * the_tdb, Eventlog_entry * ee );
|
||||
|
@ -270,7 +270,7 @@ bool prune_eventlog( TDB_CONTEXT * tdb )
|
||||
/********************************************************************
|
||||
********************************************************************/
|
||||
|
||||
bool can_write_to_eventlog( TDB_CONTEXT * tdb, int32_t needed )
|
||||
static bool can_write_to_eventlog( TDB_CONTEXT * tdb, int32_t needed )
|
||||
{
|
||||
int calcd_size;
|
||||
int MaxSize, Retention;
|
||||
|
Loading…
Reference in New Issue
Block a user