Changeset 42 for trunk/include
- Timestamp:
- 08/03/05 22:41:25 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/smb_deps.h
r32 r42 87 87 * neccessarily little-endian...... JRA. 88 88 */ 89 /* '15' was previously the #define MAXSUBAUTHS */ 90 uint32 sub_auths[15]; 91 89 uint32 sub_auths[MAXSUBAUTHS]; 92 90 } DOM_SID; 93 91 … … 161 159 162 160 void unix_to_nt_time(NTTIME *nt, time_t t); 161 time_t nt_time_to_unix(NTTIME *nt); 163 162 164 163 /* End of stuff from lib/time.c */
Note: See TracChangeset
for help on using the changeset viewer.