aboutsummaryrefslogtreecommitdiffstats
path: root/devel/opencvs/files/patch-tag.c
blob: 5cd3cefb10699fb2b69543608fa1bf10dc67f00d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tag.c.orig	2016-02-06 22:25:26 UTC
+++ tag.c
@@ -34,7 +34,7 @@ void	cvs_tag_local(struct cvs_file *);
 static int tag_del(struct cvs_file *);
 static int tag_add(struct cvs_file *);
 
-struct file_info_list	files_info;
+extern struct file_info_list	files_info;
 
 static int	 runflags = 0;
 static char	*tag = NULL;