From 230b880d142eea46d4131f2b44774465c9c214bc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 18:26:16 +0200 Subject: s3-rpc_client: move protos to cli_lsarpc.h Guenther --- source3/rpcclient/cmd_lsarpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/rpcclient/cmd_lsarpc.c') diff --git a/source3/rpcclient/cmd_lsarpc.c b/source3/rpcclient/cmd_lsarpc.c index bc9efcd21c..6ddcc55b20 100644 --- a/source3/rpcclient/cmd_lsarpc.c +++ b/source3/rpcclient/cmd_lsarpc.c @@ -24,6 +24,7 @@ #include "rpcclient.h" #include "../libcli/auth/libcli_auth.h" #include "../librpc/gen_ndr/cli_lsa.h" +#include "rpc_client/cli_lsarpc.h" /* useful function to allow entering a name instead of a SID and * looking it up automatically */ -- cgit