summaryrefslogtreecommitdiff
path: root/source3/python/py_smb.h
AgeCommit message (Collapse)AuthorFilesLines
2003-02-18Cleanup of header files for python extensions.Tim Potter1-4/+1
- 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 (This used to be commit 0659351b251aee438bb9e92682bc445f164923a5)
2002-07-29Skeleton for a libsmb python wrapper.Tim Potter1-0/+42
(This used to be commit 36cc488c4d99198d346103b0e44776a7de145428)