Remove dead code for packing buffers which has now been reimplemented.
[samba.git] / source3 / python / py_spoolss_forms.c
2002-09-09 Tim PotterPass level keyword down to cli_spoolss_getform()
2002-05-27 Tim PotterFixed dodgy arguments to PyArg_ParseTupleAndKeywords()
2002-05-17 Tim Potteraddform(), setform():
2002-05-16 Tim PotterReturn enumerated forms as a hash of hashes instead...
2002-05-16 Tim PotterMore cleanups.
2002-05-15 Tim PotterRenamed functions that are methods of a printer handle...
2002-05-06 Tim PotterRemoved unused arg to deleteform.
2002-04-09 Tim PotterFixed setform and addform functions.
2002-04-05 Tim PotterConverted drivers, forms and ports functions to use...
2002-03-28 Tim PotterAborted experiment to avoid namespace pollution and...
2002-03-27 Tim PotterConverted to #include *.c format.
2002-03-26 Tim Potter#include "py_conv.h"
2002-03-26 Tim PotterMoved form related functions as methods in the policy...
2002-03-20 Tim PotterInitial version.