diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/app_ref.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/app_ref.c b/test/app_ref.c index 209a909..cb8be6a 100644 --- a/test/app_ref.c +++ b/test/app_ref.c @@ -76,6 +76,8 @@ const char *IDNAME[T_NUMCLASSES] = { int rc[T_NUMCLASSES]; +void Abrt_Handler (int sig); + /* Handler for SIGABRT - prints the reference count on each id */ void Abrt_Handler (int UNUSED sig) |