mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
r6588: just include includes.h to get prototypes here.
This commit is contained in:
parent
173375f8d8
commit
5565606560
@ -22,8 +22,7 @@
|
||||
/* Stupid dummy functions required due to the horrible dependency mess
|
||||
in Samba. */
|
||||
|
||||
void become_root(void);
|
||||
void unbecome_root(void);
|
||||
#include "includes.h"
|
||||
|
||||
void become_root(void)
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
/* Stupid dummy functions required due to the horrible dependency mess
|
||||
in Samba. */
|
||||
|
||||
void decrement_smbd_process_count( void );
|
||||
#include "includes.h"
|
||||
|
||||
void decrement_smbd_process_count( void )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user