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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user