summaryrefslogtreecommitdiffstats
path: root/test/app_ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/app_ref.c')
-rw-r--r--test/app_ref.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/app_ref.c b/test/app_ref.c
index 3c936ec..7d46470 100644
--- a/test/app_ref.c
+++ b/test/app_ref.c
@@ -51,13 +51,13 @@ typedef enum {
T_NUMCLASSES
} id_class_t;
-const char *FILENAME[] = {"app_ref", NULL};
+static const char *FILENAME[] = {"app_ref", NULL};
-const char *IDNAME[T_NUMCLASSES] = {"File", "Property List", "Property Class", "Datatype",
- "Dataspace", "Dataset", "Attribute", "Group",
- "Error Class", "Error Message", "Error Stack"};
+static const char *IDNAME[T_NUMCLASSES] = {"File", "Property List", "Property Class", "Datatype",
+ "Dataspace", "Dataset", "Attribute", "Group",
+ "Error Class", "Error Message", "Error Stack"};
-int rc[T_NUMCLASSES];
+static int rc[T_NUMCLASSES];
void Abrt_Handler(int sig);