diff options
Diffstat (limited to 'lib/clippy.h')
-rw-r--r-- | lib/clippy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/clippy.h b/lib/clippy.h index be4db6e63..95af27410 100644 --- a/lib/clippy.h +++ b/lib/clippy.h @@ -20,6 +20,7 @@ #ifndef _FRR_CLIPPY_H #define _FRR_CLIPPY_H +#include <stdbool.h> #include <Python.h> #ifdef __cplusplus @@ -28,6 +29,7 @@ extern "C" { extern PyObject *clippy_parse(PyObject *self, PyObject *args); extern PyMODINIT_FUNC command_py_init(void); +extern bool elf_py_init(PyObject *pymod); #ifdef __cplusplus } |