1
0
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:
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 /* 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)
{ {

View File

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