r6588: just include includes.h to get prototypes here.
authorHerb Lewis <herb@samba.org>
Mon, 2 May 2005 21:30:57 +0000 (21:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:46 +0000 (10:56 -0500)
(This used to be commit 5565606560ef017f289c2dc941bf4135fc1a9faa)

source3/lib/dummyroot.c
source3/lib/dummysmbd.c

index 75263ed232eaa8658d7acc468c8b293ab3b12eff..bd04bd9ee588084faf41d1c285a721296faa9698 100644 (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)
 {
index 153ca5cd8cfde3d3e9050edb15667d0f25f85adc..1b31dff4995063a8fc37996b03c592737bf4b51a 100644 (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 )
 {