mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +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
|
/* Stupid dummy functions required due to the horrible dependency mess
|
||||||
in Samba. */
|
in Samba. */
|
||||||
|
|
||||||
void become_root(void);
|
#include "includes.h"
|
||||||
void unbecome_root(void);
|
|
||||||
|
|
||||||
void become_root(void)
|
void become_root(void)
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
/* Stupid dummy functions required due to the horrible dependency mess
|
/* Stupid dummy functions required due to the horrible dependency mess
|
||||||
in Samba. */
|
in Samba. */
|
||||||
|
|
||||||
void decrement_smbd_process_count( void );
|
#include "includes.h"
|
||||||
|
|
||||||
void decrement_smbd_process_count( void )
|
void decrement_smbd_process_count( void )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user