Changeset 168 for trunk/include/winsec.h


Ignore:
Timestamp:
03/02/10 19:08:42 (14 years ago)
Author:
tim
Message:

merged remaining smb_deps items into regfi

began formatting API comments for use with doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winsec.h

    r148 r168  
    1 /*
     1/** @file
    22 * This file contains refactored Samba code used to interpret Windows
    33 * Security Descriptors. See:
     
    4141#include <unistd.h>
    4242
    43 #include "smb_deps.h"
    4443#include "talloc.h"
     44#include "byteorder.h"
    4545
    4646
     
    7272typedef struct _winsec_uuid
    7373{
    74        uint32 time_low;
    75        uint16 time_mid;
    76        uint16 time_hi_and_version;
    77        uint8  clock_seq[2];
    78        uint8  node[6];
     74       uint32_t time_low;
     75       uint16_t time_mid;
     76       uint16_t time_hi_and_version;
     77       uint8_t  clock_seq[2];
     78       uint8_t  node[6];
    7979} WINSEC_UUID;
    8080
Note: See TracChangeset for help on using the changeset viewer.