summaryrefslogtreecommitdiffstats
path: root/source/python/py_conv.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of header files for python extensions.Tim Potter2003-02-181-1/+4
| | | | | | - combine py_foo_proto.h and py_foo.h - move #include of Python.h into one place so we can get rid of that annoying compiler warning about HAVE_FSTAT being redefined
* Fixed some compiler warnings.Tim Potter2002-11-221-0/+1
|
* Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter2002-09-111-1/+1
|
* to_struct() now returns a boolean which is false if not all the elements ofTim Potter2002-05-171-1/+1
| | | | the structure were present in the dictionary.
* Aborted experiment to avoid namespace pollution and prototype hell andTim Potter2002-03-281-3/+8
| | | | moved to 'make proto' based solution.
* Fixed bug in guards.Tim Potter2002-03-271-1/+1
|
* Samba structure <-> Python dictionary helper functions.Tim Potter2002-03-261-0/+35