Changeset 224 for branches/samba-3.3.x/source/include
- Timestamp:
- May 24, 2009, 7:55:48 AM (16 years ago)
- Location:
- branches/samba-3.3.x/source/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/include/doserr.h
r206 r224 202 202 #define WERR_SERVICE_ALREADY_RUNNING W_ERROR(1056) 203 203 #define WERR_SERVICE_DISABLED W_ERROR(1058) 204 #define WERR_SERVICE_MARKED_FOR_DELETE W_ERROR(1072) 205 #define WERR_SERVICE_EXISTS W_ERROR(1073) 204 206 #define WERR_SERVICE_NEVER_STARTED W_ERROR(1077) 207 #define WERR_DUPLICATE_SERVICE_NAME W_ERROR(1078) 205 208 #define WERR_NOT_FOUND W_ERROR(1168) 206 209 #define WERR_INVALID_COMPUTER_NAME W_ERROR(1210) -
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 */ -
branches/samba-3.3.x/source/include/version.h
r223 r224 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 3 4 #define SAMBA_VERSION_RELEASE 35 #define SAMBA_VERSION_OFFICIAL_STRING "3.3. 3"4 #define SAMBA_VERSION_RELEASE 4 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.3.4" 6 6 #define SAMBA_VERSION_STRING samba_version_string()
Note:
See TracChangeset
for help on using the changeset viewer.