diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-15 21:06:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:22 -0500 |
commit | 8bcad6b9010a3a47620d4b34c34d2205f754ce14 (patch) | |
tree | 4797de886115d00426fd9d5867a7a91e0d932322 /source4/librpc/idl/atsvc.idl | |
parent | a009659e46f692aeb23c7c60cdd5b258d56c49d5 (diff) | |
download | samba-8bcad6b9010a3a47620d4b34c34d2205f754ce14.tar.gz samba-8bcad6b9010a3a47620d4b34c34d2205f754ce14.tar.bz2 samba-8bcad6b9010a3a47620d4b34c34d2205f754ce14.zip |
r21373: More tests.
(This used to be commit 83a47e30b59f5289cdcb68ba54aa236795bc42b2)
Diffstat (limited to 'source4/librpc/idl/atsvc.idl')
-rw-r--r-- | source4/librpc/idl/atsvc.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/atsvc.idl b/source4/librpc/idl/atsvc.idl index e86d48a8cd..75e1daa882 100644 --- a/source4/librpc/idl/atsvc.idl +++ b/source4/librpc/idl/atsvc.idl @@ -71,7 +71,7 @@ /******************/ /* Function: 0x00 */ - NTSTATUS atsvc_JobAdd( + [public] NTSTATUS atsvc_JobAdd( [in,unique,string,charset(UTF16)] uint16 *servername, [in] atsvc_JobInfo *job_info, [out,ref] uint32 *job_id @@ -79,7 +79,7 @@ /******************/ /* Function: 0x01 */ - NTSTATUS atsvc_JobDel( + [public] NTSTATUS atsvc_JobDel( [in,unique,string,charset(UTF16)] uint16 *servername, [in] uint32 min_job_id, [in] uint32 max_job_id @@ -101,7 +101,7 @@ /******************/ /* Function: 0x02 */ - NTSTATUS atsvc_JobEnum( + [public] NTSTATUS atsvc_JobEnum( [in,unique,string,charset(UTF16)] uint16 *servername, [in,out] atsvc_enum_ctr *ctr, [in] uint32 preferred_max_len, |