diff options
Diffstat (limited to 'src/report-python/reportmodule.c')
| -rw-r--r-- | src/report-python/reportmodule.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/report-python/reportmodule.c b/src/report-python/reportmodule.c index db9f52d9..13184cc0 100644 --- a/src/report-python/reportmodule.c +++ b/src/report-python/reportmodule.c @@ -22,9 +22,10 @@ PyObject *ReportError; static PyMethodDef module_methods[] = { + /* method_name, func, flags, doc_string */ { "dd_opendir" , p_dd_opendir, METH_VARARGS, NULL }, { "dd_create" , p_dd_create, METH_VARARGS, NULL }, -// { "delete_dump_dir", p_delete_dump_dir, METH_VARARGS, NULL }, + { "delete_dump_dir", p_delete_dump_dir, METH_VARARGS, NULL }, { NULL } }; |
