1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-23 11:17:06 +03:00

7 Commits

Author SHA1 Message Date
Tim Potter
e3c27d7d10 Return a dictionary of printer drivers in enumprinterdrivers() instead of a
list.

Started addprinterdriver() - doesn't work yet.

Added stubs for deleteprinterdriver routines.
-
Tim Potter
ca315ef84f Fixed bug in enumprinterdrivers.
Added stubs for addprinterdriver and deleteprinterdriver functions.
-
Tim Potter
5f9f320213 Re-order args for enumprinterdrivers function. -
Tim Potter
ed0a6480f7 Converted drivers, forms and ports functions to use new conversion routines
and exception throwing.
-
Tim Potter
e84cc7ea84 Start to make argument ordering consistent. -
Tim Potter
1e48f872a4 Aborted experiment to avoid namespace pollution and prototype hell and
moved to 'make proto' based solution.
-
Tim Potter
d4b8000e1f Moved printer driver related calls here. -