From 89665e87b47e5cc3299c3234bf3c8b0266f9bab2 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sat, 30 Oct 2004 23:35:34 +0000 Subject: r3396: Rename form_name -> formname. This time, check smbtorture builds before committing. (-: (This used to be commit c776232d0130638a85cc8ce75e4bbef75952e856) --- source4/librpc/idl/spoolss.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl') 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 ); -- cgit