1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

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 0659351b25)
This commit is contained in:
Tim Potter
2003-02-18 05:05:15 +00:00
parent fb8d1412e1
commit 8f9a17be89
25 changed files with 360 additions and 261 deletions

View File

@ -19,6 +19,7 @@
*/
#include "python/py_spoolss.h"
#include "python/py_conv.h"
static BOOL py_from_printerdata(PyObject **dict, char *key, char *value,
uint16 data_type, uint8 *data,