summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>1999-05-03 22:00:33 +0000
committerJean-François Micouleau <jfm@samba.org>1999-05-03 22:00:33 +0000
commit9ac038817ea75db29ccf7d6d149483eeaa88ecb6 (patch)
tree19684c1ba12207b645287190b2e69a2ec345b7e0 /source3/include/ntdomain.h
parent60c211a3abd5eadb359db5f02941f32e2d881e52 (diff)
downloadsamba-9ac038817ea75db29ccf7d6d149483eeaa88ecb6.tar.gz
samba-9ac038817ea75db29ccf7d6d149483eeaa88ecb6.tar.bz2
samba-9ac038817ea75db29ccf7d6d149483eeaa88ecb6.zip
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)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h3
1 files changed, 2 insertions, 1 deletions
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