1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

Added writeprinter command.

(This used to be commit 307788d0b8)
This commit is contained in:
Tim Potter
2002-05-14 06:09:59 +00:00
parent 4deb561254
commit 2e6939cf0b
3 changed files with 36 additions and 0 deletions

View File

@ -225,6 +225,10 @@ Set the form given by the dictionary argument.
METH_VARARGS | METH_KEYWORDS,
"Notify spooler that a document is about to be printed." },
{ "writeprinter", (PyCFunction)spoolss_writeprinter,
METH_VARARGS | METH_KEYWORDS,
"Write job data to a printer." },
/* Printer data */
{ "getprinterdata", (PyCFunction)spoolss_getprinterdata,