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 9b08650..68b4e5b 100644
--- a/test/app_ref.c
+++ b/test/app_ref.c
@@ -54,13 +54,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);