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

Renamed functions that are methods of a printer handle object from

spoolss_* to spoolss_hnd_* to make things a bit clearer.
This commit is contained in:
Tim Potter
-
parent 4fe9f83998
commit 986d868837
7 changed files with 64 additions and 64 deletions

View File

@@ -167,7 +167,7 @@ PyObject *spoolss_enumprinterdrivers(PyObject *self, PyObject *args,
/* Fetch printer driver */
PyObject *spoolss_getprinterdriver(PyObject *self, PyObject *args,
PyObject *spoolss_hnd_getprinterdriver(PyObject *self, PyObject *args,
PyObject *kw)
{
spoolss_policy_hnd_object *hnd = (spoolss_policy_hnd_object *)self;