diff options
Diffstat (limited to 'source4/param/pyparam.h')
-rw-r--r-- | source4/param/pyparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/pyparam.h b/source4/param/pyparam.h index 4d7e32d908..1cda8f1dba 100644 --- a/source4/param/pyparam.h +++ b/source4/param/pyparam.h @@ -20,6 +20,6 @@ #ifndef _PYPARAM_H_ #define _PYPARAM_H_ -struct loadparm_context *lp_from_py_object(PyObject *py_obj); +_PUBLIC_ struct loadparm_context *lp_from_py_object(PyObject *py_obj); #endif /* _PYPARAM_H_ */ |