Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/client/client_proto.h

    r414 r745  
    2424#define _CLIENT_PROTO_H_
    2525
     26struct cli_state;
     27struct file_info;
    2628
    2729/* The following definitions come from client/client.c  */
     
    2931const char *client_get_cur_dir(void);
    3032const char *client_set_cur_dir(const char *newdir);
    31 void do_list(const char *mask,
     33NTSTATUS do_list(const char *mask,
    3234                        uint16 attribute,
    33                         void (*fn)(file_info *, const char *dir),
     35                        NTSTATUS (*fn)(struct cli_state *cli_state, struct file_info *,
     36                                   const char *dir),
    3437                        bool rec,
    3538                        bool dirs);
Note: See TracChangeset for help on using the changeset viewer.