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