summaryrefslogtreecommitdiffstats
path: root/src/lib/hooklib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hooklib.h')
-rw-r--r--src/lib/hooklib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/hooklib.h b/src/lib/hooklib.h
index 84b31a5f..a7421e06 100644
--- a/src/lib/hooklib.h
+++ b/src/lib/hooklib.h
@@ -25,10 +25,12 @@ void parse_conf(const char *additional_conf,
unsigned *setting_MaxCrashReportsSize,
bool *setting_MakeCompatCore,
bool *setting_SaveBinaryImage);
+
#define check_free_space abrt_check_free_space
void check_free_space(unsigned setting_MaxCrashReportsSize);
+
#define trim_debug_dumps abrt_trim_debug_dumps
-void trim_debug_dumps(unsigned setting_MaxCrashReportsSize, const char *exclude_path);
+void trim_debug_dumps(const char *dirname, double cap_size, const char *exclude_path);
#ifdef __cplusplus
}