Ignore:
Timestamp:
May 24, 2009, 7:55:48 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/include/proto.h

    r223 r224  
    83748374/* The following definitions come from rpc_server/srv_samr_util.c  */
    83758375
     8376void copy_id18_to_sam_passwd(struct samu *to,
     8377                             struct samr_UserInfo18 *from);
    83768378void copy_id20_to_sam_passwd(struct samu *to,
    83778379                             struct samr_UserInfo20 *from);
     
    83818383void copy_id23_to_sam_passwd(struct samu *to,
    83828384                             struct samr_UserInfo23 *from);
     8385void copy_id24_to_sam_passwd(struct samu *to,
     8386                             struct samr_UserInfo24 *from);
    83838387void copy_id25_to_sam_passwd(struct samu *to,
    83848388                             struct samr_UserInfo25 *from);
     8389void copy_id26_to_sam_passwd(struct samu *to,
     8390                             struct samr_UserInfo26 *from);
    83858391
    83868392/* The following definitions come from rpc_server/srv_spoolss.c  */
Note: See TracChangeset for help on using the changeset viewer.