Changeset 224 for branches/samba-3.3.x/source/include/proto.h
- Timestamp:
- May 24, 2009, 7:55:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/include/proto.h
r223 r224 8374 8374 /* The following definitions come from rpc_server/srv_samr_util.c */ 8375 8375 8376 void copy_id18_to_sam_passwd(struct samu *to, 8377 struct samr_UserInfo18 *from); 8376 8378 void copy_id20_to_sam_passwd(struct samu *to, 8377 8379 struct samr_UserInfo20 *from); … … 8381 8383 void copy_id23_to_sam_passwd(struct samu *to, 8382 8384 struct samr_UserInfo23 *from); 8385 void copy_id24_to_sam_passwd(struct samu *to, 8386 struct samr_UserInfo24 *from); 8383 8387 void copy_id25_to_sam_passwd(struct samu *to, 8384 8388 struct samr_UserInfo25 *from); 8389 void copy_id26_to_sam_passwd(struct samu *to, 8390 struct samr_UserInfo26 *from); 8385 8391 8386 8392 /* The following definitions come from rpc_server/srv_spoolss.c */
Note:
See TracChangeset
for help on using the changeset viewer.