From 9ac038817ea75db29ccf7d6d149483eeaa88ecb6 Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Mon, 3 May 1999 22:00:33 +0000 Subject: Changed the RPC api definition now first arg is a pipe_struct found some memory leak in the spoolss code. Jean Francois (This used to be commit 958591abd1645aaa459540a232231d380d879219) --- source3/include/ntdomain.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index cfd1cc37b3..ce4d1ed148 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -44,6 +44,7 @@ #include "rpc_wkssvc.h" #include "rpc_atsvc.h" #include "rpc_spoolss.h" +#include "rpc_eventlog.h" /* * A bunch of stuff that was put into smb.h @@ -110,7 +111,7 @@ struct api_struct { char *name; uint8 opnum; - void (*fn) (uint16 vuid, prs_struct*, prs_struct*); + void (*fn) (pipes_struct*, prs_struct*, prs_struct*); }; struct mem_desc -- cgit