Browse code

Rename js.[ch] to jscript.[ch]

git-svn: trunk@2436

Nigel Horne authored on 2006/10/27 23:07:38
Showing 1 changed files
... ...
@@ -19,7 +19,7 @@
19 19
  * Save the JavaScript embedded in an HTML file, then run the script, saving
20 20
  * the output in a file that is to be scanned, then remove the script file
21 21
  */
22
-static	char	const	rcsid[] = "$Id: jscript.c,v 1.1 2006/10/27 14:06:06 njh Exp $";
22
+static	char	const	rcsid[] = "$Id: jscript.c,v 1.2 2006/10/27 14:06:35 njh Exp $";
23 23
 
24 24
 #if HAVE_CONFIG_H
25 25
 #include "clamav-config.h"
... ...
@@ -42,7 +42,7 @@ static	char	const	rcsid[] = "$Id: jscript.c,v 1.1 2006/10/27 14:06:06 njh Exp $"
42 42
 #include <unistd.h>
43 43
 #endif
44 44
 
45
-#include "js.h"
45
+#include "jscript.h"
46 46
 
47 47
 #if HAVE_SYS_MMAN_H
48 48
 #include <sys/mman.h>