summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.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/rpc_spoolss.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/rpc_spoolss.h')
-rwxr-xr-xsource3/include/rpc_spoolss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 91c018a669..f8e7efe81b 100755
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -4,7 +4,7 @@
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1998
Copyright (C) Luke Kenneth Casson Leighton 1996-1998
- Copyright (C) Jean Francois Micouleau 1998
+ Copyright (C) Jean Francois Micouleau 1998-1999
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -854,7 +854,7 @@ struct s_notify_info_data_table
uint16 field;
char *name;
uint32 size;
- void (*fn) (int snum, SPOOL_NOTIFY_INFO_DATA *data, print_queue_struct *queue, NT_PRINTER_INFO_LEVEL *printer);
+ void (*fn) (connection_struct *conn, int snum, SPOOL_NOTIFY_INFO_DATA *data, print_queue_struct *queue, NT_PRINTER_INFO_LEVEL *printer);
};
typedef struct spool_q_getprinterdriver2