1
0
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:
Herb Lewis 2005-05-02 21:30:57 +00:00 committed by Gerald (Jerry) Carter
parent 173375f8d8
commit 5565606560
2 changed files with 2 additions and 3 deletions

View File

@ -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)
{

View File

@ -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 )
{