diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-16 18:28:07 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-16 18:28:07 +0100 |
| commit | 628fb1fbae2a9e3e8fc3add070bceb5557973029 (patch) | |
| tree | 7e46ad228722cf5b6e7f4b54b9100d6cf638a135 /src/report-python/common.h | |
| parent | 93d5d8a317ec9294bbd6dcc6bd8baec0c2b63b1b (diff) | |
| download | abrt-628fb1fbae2a9e3e8fc3add070bceb5557973029.tar.gz abrt-628fb1fbae2a9e3e8fc3add070bceb5557973029.tar.xz abrt-628fb1fbae2a9e3e8fc3add070bceb5557973029.zip | |
create_dump_dir: add base_dir_name parameter.
This makes python wrappers more usable.
src/report-python/test_full demonstrates how pyhton
programs can run reporting now.
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python/common.h')
| -rw-r--r-- | src/report-python/common.h | 1 |
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 { |
