Cleanup of header files for python extensions.
authorTim Potter <tpot@samba.org>
Tue, 18 Feb 2003 05:05:15 +0000 (05:05 +0000)
committerTim Potter <tpot@samba.org>
Tue, 18 Feb 2003 05:05:15 +0000 (05:05 +0000)
commit0659351b251aee438bb9e92682bc445f164923a5
treed488b6b7e759355b4733356c3568238a02c54cb9
parente7c4616c45ea5ec7c04022d6cca49ac70adde121
Cleanup of header files for python extensions.

 - 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
25 files changed:
source/python/py_common.c
source/python/py_common.h
source/python/py_common_proto.h [deleted file]
source/python/py_conv.c
source/python/py_conv.h
source/python/py_lsa.h
source/python/py_lsa_proto.h [deleted file]
source/python/py_ntsec.c
source/python/py_samr.c
source/python/py_samr.h
source/python/py_smb.h
source/python/py_spoolss.c
source/python/py_spoolss.h
source/python/py_spoolss_common.c [new file with mode: 0644]
source/python/py_spoolss_printerdata.c
source/python/py_spoolss_proto.h [deleted file]
source/python/py_srvsvc.c
source/python/py_srvsvc.h
source/python/py_srvsvc_conv.c [new file with mode: 0644]
source/python/py_tdb.h
source/python/py_winbind.c
source/python/py_winbind.h [new file with mode: 0644]
source/python/py_winbind_conv.c
source/python/py_winreg.h
source/python/setup.py