summaryrefslogtreecommitdiffstats
path: root/source3/include/rpcclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/rpcclient.h')
-rw-r--r--source3/include/rpcclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/rpcclient.h b/source3/include/rpcclient.h
index ec7690a98a4..200d590c338 100644
--- a/source3/include/rpcclient.h
+++ b/source3/include/rpcclient.h
@@ -121,7 +121,7 @@ struct nt_client_info
struct nt_client_info dom;
}; */
-struct client_info
+typedef struct client_info
{
struct in_addr dest_ip;
fstring dest_host;
@@ -133,7 +133,7 @@ struct client_info
BOOL reuse;
BOOL show_prompt;
-};
+} CLIENT_INFO;
enum action_type {ACTION_HEADER, ACTION_ENUMERATE, ACTION_FOOTER};