diff options
author | Jeremy Allison <jra@samba.org> | 2001-03-11 00:32:10 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-03-11 00:32:10 +0000 |
commit | 0be41d5158ea4e645e93e8cd30617c038416e549 (patch) | |
tree | bfa29b3a9a8a3455abde611f53bbe7c3cad886f5 /source/utils/status.c | |
parent | 635c4cd8e6d29a1fe5043838ae1cb3028e66d060 (diff) | |
download | samba-0be41d5158ea4e645e93e8cd30617c038416e549.tar.gz samba-0be41d5158ea4e645e93e8cd30617c038416e549.tar.xz samba-0be41d5158ea4e645e93e8cd30617c038416e549.zip |
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
RPC code to merge with new passdb code.
Currently rpcclient doesn't compile. I'm working on it...
Jeremy.
Diffstat (limited to 'source/utils/status.c')
-rw-r--r-- | source/utils/status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/status.c b/source/utils/status.c index edc861d2672..06abd09d929 100644 --- a/source/utils/status.c +++ b/source/utils/status.c @@ -58,8 +58,8 @@ static BOOL processes_only=False; static int show_brl; /* we need these because we link to locking*.o */ - void become_root(BOOL save_dir) {} - void unbecome_root(BOOL restore_dir) {} + void become_root(void) {} + void unbecome_root(void) {} /* added by OH */ |