blob: 217b556a32b59d8e7216874f7891f2205a6b7da4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/parser.c.orig 2003-05-29 18:13:56 UTC
+++ src/parser.c
@@ -20,6 +20,8 @@
#include "includes.h"
+st_event event;
+
/* a parsing function to do a string replacement (sorta like sed w/o the extended syntax) */
/* A function to do string replacement's (a bit like sed) */
|