Browse code

update

git-svn: trunk@1321

Tomasz Kojm authored on 2005/02/07 06:12:19
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 /*
2
- *  Copyright (C) 2002 - 2004 Tomasz Kojm <tkojm@clamav.net>
2
+ *  Copyright (C) 2002 - 2005 Tomasz Kojm <tkojm@clamav.net>
3 3
  *
4 4
  *  This program is free software; you can redistribute it and/or modify
5 5
  *  it under the terms of the GNU General Public License as published by
... ...
@@ -174,7 +174,7 @@ extern int cl_scanfile(const char *filename, const char **virname, unsigned long
174 174
 
175 175
 /* software versions */
176 176
 extern int cl_retflevel(void);
177
-const char *cl_retver(void);
177
+extern const char *cl_retver(void);
178 178
 
179 179
 /* database */
180 180
 extern int cl_loaddb(const char *filename, struct cl_node **root, unsigned int *signo);