Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/librpc/idl/frstrans.idl

    r414 r745  
    278278        /*****************/
    279279        /* Function 0x0f */
    280         [todo] void FRSTRANS_RAW_GET_FILE_DATA_ASYNC();
     280        typedef pipe uint8 frstrans_BytePipe;
     281
     282        WERROR frstrans_RawGetFileDataAsync(
     283                [in,ref] policy_handle *server_context,
     284                [out,ref] frstrans_BytePipe *byte_pipe
     285                );
    281286
    282287        /*****************/
    283288        /* Function 0x10 */
    284         [todo] void FRSTRANS_RDC_GET_FILE_DATA_ASYNC();
     289        WERROR frstrans_RdcGetFileDataAsync(
     290                [in,ref] policy_handle *server_context,
     291                [out,ref] frstrans_BytePipe *byte_pipe
     292                );
    285293}
Note: See TracChangeset for help on using the changeset viewer.