summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cli_reg.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2001-12-30 19:38:24 +0000
committerSimo Sorce <idra@samba.org>2001-12-30 19:38:24 +0000
commit88ce2b3ee70a469d5b39c29f96a0d56e7a55cd9f (patch)
tree96f4e4aed84ce4797fe59ae6b41e14cb70683a3a /source/libsmb/cli_reg.c
parent46ce2d47c73d467df5502d8ac684f98335daca64 (diff)
downloadsamba-88ce2b3ee70a469d5b39c29f96a0d56e7a55cd9f.tar.gz
samba-88ce2b3ee70a469d5b39c29f96a0d56e7a55cd9f.tar.xz
samba-88ce2b3ee70a469d5b39c29f96a0d56e7a55cd9f.zip
backport from head, passdb backends are a bit different (I've seen only the ldap init fns) so I leave to other (jeremy, jerry ?) to backports the mods if they think it is ok.
Diffstat (limited to 'source/libsmb/cli_reg.c')
-rw-r--r--source/libsmb/cli_reg.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/libsmb/cli_reg.c b/source/libsmb/cli_reg.c
index 73eea58cb77..b88b3532ef7 100644
--- a/source/libsmb/cli_reg.c
+++ b/source/libsmb/cli_reg.c
@@ -7,7 +7,7 @@
Copyright (C) Luke Kenneth Casson Leighton 1996-1998,
Copyright (C) Paul Ashton 1997-1998.
Copyright (C) Jeremy Allison 1999.
- Copyright (C) Simo Sorce 2000
+ Copyright (C) Simo Sorce 2001
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -38,8 +38,7 @@ struct cli_state *cli_winreg_initialise(struct cli_state *cli,
/* Shutdown a server */
NTSTATUS cli_reg_shutdown(struct cli_state * cli, TALLOC_CTX *mem_ctx,
- const char *srv_name, const char *msg,
- uint32 timeout, uint16 flags)
+ const char *msg, uint32 timeout, uint16 flags)
{
prs_struct qbuf;
prs_struct rbuf;
@@ -78,8 +77,7 @@ done:
/* Abort a server shutdown */
-NTSTATUS cli_reg_abort_shutdown(struct cli_state * cli, TALLOC_CTX *mem_ctx,
- const char *srv_name)
+NTSTATUS cli_reg_abort_shutdown(struct cli_state * cli, TALLOC_CTX *mem_ctx)
{
prs_struct rbuf;
prs_struct qbuf;