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)
commit8f9a17be892f87ab576f1824a7b6fe37abd59887
tree0d9c7b6a363f210a562f20c195c55afab32afc37
parentfb8d1412e1e109a1af8acc759c128df8c82bd47d
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
(This used to be commit 0659351b251aee438bb9e92682bc445f164923a5)
25 files changed:
source3/python/py_common.c
source3/python/py_common.h
source3/python/py_common_proto.h [deleted file]
source3/python/py_conv.c
source3/python/py_conv.h
source3/python/py_lsa.h
source3/python/py_lsa_proto.h [deleted file]
source3/python/py_ntsec.c
source3/python/py_samr.c
source3/python/py_samr.h
source3/python/py_smb.h
source3/python/py_spoolss.c
source3/python/py_spoolss.h
source3/python/py_spoolss_common.c [new file with mode: 0644]
source3/python/py_spoolss_printerdata.c
source3/python/py_spoolss_proto.h [deleted file]
source3/python/py_srvsvc.c
source3/python/py_srvsvc.h
source3/python/py_srvsvc_conv.c [new file with mode: 0644]
source3/python/py_tdb.h
source3/python/py_winbind.c
source3/python/py_winbind.h [new file with mode: 0644]
source3/python/py_winbind_conv.c
source3/python/py_winreg.h
source3/python/setup.py