diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 18:00:16 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 18:00:16 +0200 |
| commit | 35935c0f0087eefa9b8e84152cecb92060ba65ec (patch) | |
| tree | 23503b7b441bba4334728a6c75d91088b9fd453e /lib/utils/hooklib.h | |
| parent | 5fc3f57be241030651f7c2417951aff37f1e12d8 (diff) | |
| download | abrt-35935c0f0087eefa9b8e84152cecb92060ba65ec.tar.gz abrt-35935c0f0087eefa9b8e84152cecb92060ba65ec.tar.xz abrt-35935c0f0087eefa9b8e84152cecb92060ba65ec.zip | |
preparatory change for hooklib.cpp -> hooklib.c conversion
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'lib/utils/hooklib.h')
| -rw-r--r-- | lib/utils/hooklib.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/utils/hooklib.h b/lib/utils/hooklib.h index 1651204f..ba76efbc 100644 --- a/lib/utils/hooklib.h +++ b/lib/utils/hooklib.h @@ -16,6 +16,14 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef __cplusplus +extern "C" { +#endif + void parse_conf(const char *additional_conf, unsigned *setting_MaxCrashReportsSize, bool *setting_MakeCompatCore, bool *setting_SaveBinaryImage); void check_free_space(unsigned setting_MaxCrashReportsSize); void trim_debug_dumps(unsigned setting_MaxCrashReportsSize, const char *exclude_path); + +#ifdef __cplusplus +} +#endif |
