diff options
| author | Karel Klic <kklic@redhat.com> | 2011-03-15 19:47:02 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-03-15 19:47:02 +0100 |
| commit | c3d3da9b729542a2b9c75237878693e956ef7896 (patch) | |
| tree | 5cfb3cbdb43223031c67aeb653e2f263f3bd55d6 /src/include | |
| parent | e1bb00559e0b4a77aa7c1c5ae96fd06a79ab3d27 (diff) | |
| parent | 92ab44176a7702533b4ab065af9745781c51c5bb (diff) | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/report/dump_dir.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/report/dump_dir.h b/src/include/report/dump_dir.h index 86bfcf0e..a97a4f5c 100644 --- a/src/include/report/dump_dir.h +++ b/src/include/report/dump_dir.h @@ -50,8 +50,11 @@ struct dump_dir *dd_opendir(const char *dir, int flags); * (IOW: if you aren't running under root): */ struct dump_dir *dd_create(const char *dir, uid_t uid); + void dd_create_basic_files(struct dump_dir *dd, uid_t uid); int dd_exist(struct dump_dir *dd, const char *path); +void dd_sanitize_mode_and_owner(struct dump_dir *dd); + DIR *dd_init_next_file(struct dump_dir *dd); int dd_get_next_file(struct dump_dir *dd, char **short_name, char **full_name); |
