Changeset 745 for trunk/server/source3/client/client_proto.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/client/client_proto.h
r414 r745 24 24 #define _CLIENT_PROTO_H_ 25 25 26 struct cli_state; 27 struct file_info; 26 28 27 29 /* The following definitions come from client/client.c */ … … 29 31 const char *client_get_cur_dir(void); 30 32 const char *client_set_cur_dir(const char *newdir); 31 voiddo_list(const char *mask,33 NTSTATUS do_list(const char *mask, 32 34 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), 34 37 bool rec, 35 38 bool dirs);
Note:
See TracChangeset
for help on using the changeset viewer.