Port to OSF/1. Gif references moved from /gif/ to /egwgif/.
[egate.git] / www / whtml.c
index e111ee5..5a74db3 100644 (file)
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * $Log: whtml.c,v $
- * Revision 1.2  1995/10/23 16:55:37  adam
+ * Revision 1.3  1995/10/27 15:12:06  adam
+ * IrTcl incorporated in the gateway.
+ * Better separation of script types.
+ * Z39.50 gateway scripts entered.
+ *
+ * Revision 1.2  1995/10/23  16:55:37  adam
  * A lot of changes - really.
  *
  * Revision 1.1  1995/10/20  14:02:41  adam
@@ -55,8 +60,7 @@
 #include <assert.h>
 #include <ctype.h>
 
-#include "wproto.h"
-#include "winterp.h"
+#include "whtml.h"
 
 static void *do_create (WCLIENT wcl, void *args);
 static int do_exec (const char *fname, char *parms, void *mydata);