summaryrefslogtreecommitdiffstats
path: root/src/report-python/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report-python/common.h')
-rw-r--r--src/report-python/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report-python/common.h b/src/report-python/common.h
index 99c311cd..f77e5a31 100644
--- a/src/report-python/common.h
+++ b/src/report-python/common.h
@@ -29,6 +29,7 @@ extern PyTypeObject p_run_event_state_type;
/* module-level functions */
PyObject *p_dd_opendir(PyObject *module, PyObject *args);
PyObject *p_dd_create(PyObject *module, PyObject *args);
+PyObject *p_delete_dump_dir(PyObject *pself, PyObject *args);
/* python objects' struct defs */
typedef struct {