diff options
| author | Russ White <russ@riw.us> | 2021-03-09 07:58:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-09 07:58:43 -0500 |
| commit | da0a277faeb50082e92fe2c962cbf69ab3b153c1 (patch) | |
| tree | ffb9bb3cdc52672e73c73a61fff3c876499f21cc /lib/clippy.h | |
| parent | 6adedc6fe3773fe1abd4ef62797cfb2d336348be (diff) | |
| parent | 3cb0eab36fe5b6536b261e704942ff03fc855f13 (diff) | |
Merge pull request #6807 from opensourcerouting/xref-extract
xrefs extraction tool
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 be4db6e638..95af274106 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 } |
