1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-09 20:59:11 +03:00

pyglue: Add prototype for init function.

This commit is contained in:
Jelmer Vernooij
2010-12-17 22:17:25 +01:00
parent bbab7ed8d9
commit d107e959b7

View File

@ -23,6 +23,8 @@
#include "param/pyparam.h"
#include "lib/socket/netif.h"
void init_glue(void);
static PyObject *py_generate_random_str(PyObject *self, PyObject *args)
{
int len;