Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/utils/net.h

    r414 r740  
    2323 */
    2424
    25 #include "lib/netapi/netapi.h"
    26 #include "libnet/libnet.h"
    27 #include "localedir.h"
     25struct cli_state;
    2826
     27#include "../librpc/gen_ndr/lsa.h"
     28
     29#include "intl.h"
    2930#ifdef HAVE_LIBINTL_H
    3031#include <libintl.h>
     
    7677        int opt_single_obj_repl;
    7778        int opt_clean_old_entries;
     79        const char *opt_db;
     80        int opt_lock;
     81        int opt_auto;
     82        int opt_repair;
    7883
    7984        int opt_have_ip;
     
    8186        bool smb_encrypt;
    8287        struct libnetapi_ctx *netapi_ctx;
     88        struct messaging_context *msg_ctx;
    8389
    8490        bool display_usage;
     
    110116
    111117typedef NTSTATUS (*rpc_command_fn)(struct net_context *c,
    112                                 const DOM_SID *,
     118                                const struct dom_sid *,
    113119                                const char *,
    114120                                struct cli_state *cli,
     
    130136        struct cli_state *cli;
    131137
    132         DOM_SID *domain_sid;
     138        struct dom_sid *domain_sid;
    133139        const char *domain_name;
    134140
Note: See TracChangeset for help on using the changeset viewer.