mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
r1545: add some comments and move a transport function to the transport section
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a9a22d1e0d
commit
7d5ca8cc7c
@ -1024,16 +1024,14 @@
|
|||||||
[in,out] uint32 *resume_handle
|
[in,out] uint32 *resume_handle
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/**************************/
|
||||||
|
/* srvsvc_NetStatistics */
|
||||||
|
/**************************/
|
||||||
/******************/
|
/******************/
|
||||||
/* Function: 0x18 */
|
/* Function: 0x18 */
|
||||||
WERROR srvsvc_NETRSERVERSTATISTICSGET(
|
WERROR srvsvc_NETRSERVERSTATISTICSGET(
|
||||||
);
|
);
|
||||||
|
|
||||||
/******************/
|
|
||||||
/* Function: 0x19 */
|
|
||||||
WERROR srvsvc_NETRSERVERTRANSPORTADD(
|
|
||||||
);
|
|
||||||
|
|
||||||
/**************************/
|
/**************************/
|
||||||
/* srvsvc_NetTransport */
|
/* srvsvc_NetTransport */
|
||||||
/**************************/
|
/**************************/
|
||||||
@ -1103,6 +1101,11 @@
|
|||||||
[default];
|
[default];
|
||||||
} srvsvc_NetTransportCtr;
|
} srvsvc_NetTransportCtr;
|
||||||
|
|
||||||
|
/******************/
|
||||||
|
/* Function: 0x19 */
|
||||||
|
WERROR srvsvc_NETRSERVERTRANSPORTADD(
|
||||||
|
);
|
||||||
|
|
||||||
/******************/
|
/******************/
|
||||||
/* Function: 0x1a */
|
/* Function: 0x1a */
|
||||||
WERROR srvsvc_NetTransportEnum(
|
WERROR srvsvc_NetTransportEnum(
|
||||||
|
Reference in New Issue
Block a user