mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
1e48f872a4
moved to 'make proto' based solution.
-
44 lines
1.7 KiB
C
44 lines
1.7 KiB
C
#ifndef _PY_SPOOLSS_PROTO_H
|
|
#define _PY_SPOOLSS_PROTO_H
|
|
|
|
/* This file is automatically generated with "make proto". DO NOT EDIT */
|
|
|
|
|
|
/* The following definitions come from python/py_spoolss.c */
|
|
|
|
struct cli_state *open_pipe_creds(char *system_name, PyObject *creds,
|
|
cli_pipe_fn *connect_fn,
|
|
struct cli_state *cli);
|
|
void initspoolss(void);
|
|
|
|
/* The following definitions come from python/py_spoolss_drivers.c */
|
|
|
|
PyObject *spoolss_enumprinterdrivers(PyObject *self, PyObject *args,
|
|
PyObject *kw);
|
|
PyObject *spoolss_getprinterdriver(PyObject *self, PyObject *args,
|
|
PyObject *kw);
|
|
PyObject *spoolss_getprinterdriverdir(PyObject *self, PyObject *args,
|
|
PyObject *kw);
|
|
|
|
/* The following definitions come from python/py_spoolss_forms.c */
|
|
|
|
PyObject *spoolss_addform(PyObject *self, PyObject *args, PyObject *kw);
|
|
PyObject *spoolss_getform(PyObject *self, PyObject *args, PyObject *kw);
|
|
PyObject *spoolss_setform(PyObject *self, PyObject *args, PyObject *kw);
|
|
PyObject *spoolss_deleteform(PyObject *self, PyObject *args, PyObject *kw);
|
|
PyObject *spoolss_enumforms(PyObject *self, PyObject *args, PyObject *kw);
|
|
|
|
/* The following definitions come from python/py_spoolss_ports.c */
|
|
|
|
PyObject *spoolss_enumports(PyObject *self, PyObject *args, PyObject *kw);
|
|
|
|
/* The following definitions come from python/py_spoolss_printers.c */
|
|
|
|
PyObject *spoolss_openprinter(PyObject *self, PyObject *args, PyObject *kw);
|
|
PyObject *spoolss_closeprinter(PyObject *self, PyObject *args);
|
|
PyObject *spoolss_getprinter(PyObject *self, PyObject *args, PyObject *kw);
|
|
PyObject *spoolss_setprinter(PyObject *self, PyObject *args, PyObject *kw);
|
|
PyObject *spoolss_enumprinters(PyObject *self, PyObject *args, PyObject *kw);
|
|
|
|
#endif /* _PY_SPOOLSS_PROTO_H */
|