From a43bdadce998bc5465c55b6cf1d5579cb56f1956 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Mon, 29 Nov 1999 23:57:41 +0000 Subject: bug-fix (This used to be commit 1abdf9a45ff2e1d903a08891fbec0794349a9546) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4c547be3de..2dc9a7279b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2163,7 +2163,7 @@ BOOL svc_change_svc_cfg( POLICY_HND *hnd, /*The following definitions come from rpc_client/cli_use.c */ -void init_client_use(void); +void init_cli_use(void); void free_cli_use(void); struct cli_state *cli_net_use_addlist(char* servers, const struct user_credentials *usr_creds); -- cgit