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:
@ -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,
|
||||
|
Reference in New Issue
Block a user