1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

type for client_info struct

This commit is contained in:
Gerald Carter -
parent 059f4fee5d
commit 2c03b91d60

View 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};