This declaration is a holdāover from the Python 2 module initialization
pattern.
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
#include "pyldb.h"
#include "libcli/util/pyerrors.h"
-void initdckeytab(void);
-
static PyObject *py_net_export_keytab(py_net_Object *self, PyObject *args, PyObject *kwargs)
{
struct libnet_export_keytab r;
* the global module table even if we don't really need that record. Thus, we initialize
* dckeytab module but never use it.
* */
-void initdckeytab(void);
static struct PyModuleDef moduledef = {
PyModuleDef_HEAD_INIT,
.m_name = "dckeytab",