Aborted experiment to avoid namespace pollution and prototype hell and
[ira/wip.git] / source3 / python / py_spoolss_proto.h
1 #ifndef _PY_SPOOLSS_PROTO_H
2 #define _PY_SPOOLSS_PROTO_H
3
4 /* This file is automatically generated with "make proto". DO NOT EDIT */
5
6
7 /* The following definitions come from python/py_spoolss.c  */
8
9 struct cli_state *open_pipe_creds(char *system_name, PyObject *creds, 
10                                   cli_pipe_fn *connect_fn,
11                                   struct cli_state *cli);
12 void initspoolss(void);
13
14 /* The following definitions come from python/py_spoolss_drivers.c  */
15
16 PyObject *spoolss_enumprinterdrivers(PyObject *self, PyObject *args,
17                                      PyObject *kw);
18 PyObject *spoolss_getprinterdriver(PyObject *self, PyObject *args,
19                                    PyObject *kw);
20 PyObject *spoolss_getprinterdriverdir(PyObject *self, PyObject *args, 
21                                       PyObject *kw);
22
23 /* The following definitions come from python/py_spoolss_forms.c  */
24
25 PyObject *spoolss_addform(PyObject *self, PyObject *args, PyObject *kw);
26 PyObject *spoolss_getform(PyObject *self, PyObject *args, PyObject *kw);
27 PyObject *spoolss_setform(PyObject *self, PyObject *args, PyObject *kw);
28 PyObject *spoolss_deleteform(PyObject *self, PyObject *args, PyObject *kw);
29 PyObject *spoolss_enumforms(PyObject *self, PyObject *args, PyObject *kw);
30
31 /* The following definitions come from python/py_spoolss_ports.c  */
32
33 PyObject *spoolss_enumports(PyObject *self, PyObject *args, PyObject *kw);
34
35 /* The following definitions come from python/py_spoolss_printers.c  */
36
37 PyObject *spoolss_openprinter(PyObject *self, PyObject *args, PyObject *kw);
38 PyObject *spoolss_closeprinter(PyObject *self, PyObject *args);
39 PyObject *spoolss_getprinter(PyObject *self, PyObject *args, PyObject *kw);
40 PyObject *spoolss_setprinter(PyObject *self, PyObject *args, PyObject *kw);
41 PyObject *spoolss_enumprinters(PyObject *self, PyObject *args, PyObject *kw);
42
43 #endif /*  _PY_SPOOLSS_PROTO_H  */