diff options
author | Günther Deschner <gd@samba.org> | 2009-03-14 01:29:56 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 11:49:30 +0100 |
commit | aeba6381d3e0ee7f3983d8be4dcdfa0f1015d3ee (patch) | |
tree | e623ba535a3cf5b9bcaf4dafcb15328043e7b7a0 /source3/include | |
parent | d77cc437841ea97d350898d36faa0ee2534eceaa (diff) | |
download | samba-aeba6381d3e0ee7f3983d8be4dcdfa0f1015d3ee.tar.gz samba-aeba6381d3e0ee7f3983d8be4dcdfa0f1015d3ee.tar.bz2 samba-aeba6381d3e0ee7f3983d8be4dcdfa0f1015d3ee.zip |
s3-spoolss: use pidl for _spoolss_GetPrinterData.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4ad3c7ed80..f556915527 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5993,7 +5993,6 @@ bool convert_devicemode(const char *printername, const DEVICEMODE *devmode, NT_DEVICEMODE **pp_nt_devmode); WERROR set_printer_dataex( NT_PRINTER_INFO_LEVEL *printer, const char *key, const char *value, uint32 type, uint8 *data, int real_len ); -WERROR _spoolss_getprinterdata(pipes_struct *p, SPOOL_Q_GETPRINTERDATA *q_u, SPOOL_R_GETPRINTERDATA *r_u); void spoolss_notify_server_name(int snum, struct spoolss_Notify *data, print_queue_struct *queue, |