Browse code

Add warning

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1425 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2005/03/23 17:41:31
Showing 1 changed files
... ...
@@ -15,12 +15,14 @@
15 15
  *  along with this program; if not, write to the Free Software
16 16
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 17
  */
18
-static	char	const	rcsid[] = "$Id: tnef.c,v 1.1 2005/03/23 08:32:33 nigelhorne Exp $";
18
+static	char	const	rcsid[] = "$Id: tnef.c,v 1.2 2005/03/23 08:41:31 nigelhorne Exp $";
19 19
 
20 20
 #include "tnef.h"
21 21
 
22 22
 int
23 23
 cli_tnef(const char *dir, int desc)
24 24
 {
25
+	cli_warnmsg("TNEF not scanned yet\n");
26
+
25 27
 	return CL_CLEAN;
26 28
 }