type for client_info struct
authorGerald Carter <jerry@samba.org>
Mon, 11 Dec 2000 17:51:05 +0000 (17:51 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 11 Dec 2000 17:51:05 +0000 (17:51 +0000)
(This used to be commit 2c03b91d6041082bba6ba4322ed41b4378af7ef3)

source3/include/rpcclient.h

index ec7690a98a4c2cd30738390686804a78c56863c0..200d590c338c1e1b8c6f0cfe332b260a579e08e0 100644 (file)
@@ -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};