diff options
author | Tim Potter <tpot@samba.org> | 2004-10-30 23:35:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:05 -0500 |
commit | 89665e87b47e5cc3299c3234bf3c8b0266f9bab2 (patch) | |
tree | 7c7e7a8313ab8c68ebe81947a1d62ae069033334 /source4/librpc/idl | |
parent | 74dd7d90622a518e54bbbdc4e37fa44cd4181e1e (diff) | |
download | samba-89665e87b47e5cc3299c3234bf3c8b0266f9bab2.tar.gz samba-89665e87b47e5cc3299c3234bf3c8b0266f9bab2.tar.bz2 samba-89665e87b47e5cc3299c3234bf3c8b0266f9bab2.zip |
r3396: Rename form_name -> formname. This time, check smbtorture builds before
committing. (-:
(This used to be commit c776232d0130638a85cc8ce75e4bbef75952e856)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 88f3a09db7..204a7ec96c 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -487,7 +487,7 @@ /* Function: 0x21 */ WERROR spoolss_SetForm( [in,ref] policy_handle *handle, - [in] unistr form_name, + [in] unistr formname, [in] uint32 level, [in,switch_is(level)] spoolss_AddFormInfo info ); |