diff options
Diffstat (limited to 'src/util/sss_python.h')
-rw-r--r-- | src/util/sss_python.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/sss_python.h b/src/util/sss_python.h index cf8c84848..6851a64e8 100644 --- a/src/util/sss_python.h +++ b/src/util/sss_python.h @@ -26,7 +26,6 @@ #endif /* Wrappers providing the subset of C API for python's set objects we use */ -PyObject *sss_python_set_new(void); int sss_python_set_add(PyObject *set, PyObject *key); bool sss_python_set_check(PyObject *set); |