Changeset 740 for vendor/current/source3/utils/net.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/utils/net.h
r414 r740 23 23 */ 24 24 25 #include "lib/netapi/netapi.h" 26 #include "libnet/libnet.h" 27 #include "localedir.h" 25 struct cli_state; 28 26 27 #include "../librpc/gen_ndr/lsa.h" 28 29 #include "intl.h" 29 30 #ifdef HAVE_LIBINTL_H 30 31 #include <libintl.h> … … 76 77 int opt_single_obj_repl; 77 78 int opt_clean_old_entries; 79 const char *opt_db; 80 int opt_lock; 81 int opt_auto; 82 int opt_repair; 78 83 79 84 int opt_have_ip; … … 81 86 bool smb_encrypt; 82 87 struct libnetapi_ctx *netapi_ctx; 88 struct messaging_context *msg_ctx; 83 89 84 90 bool display_usage; … … 110 116 111 117 typedef NTSTATUS (*rpc_command_fn)(struct net_context *c, 112 const DOM_SID*,118 const struct dom_sid *, 113 119 const char *, 114 120 struct cli_state *cli, … … 130 136 struct cli_state *cli; 131 137 132 DOM_SID*domain_sid;138 struct dom_sid *domain_sid; 133 139 const char *domain_name; 134 140
Note:
See TracChangeset
for help on using the changeset viewer.