From 6542ece91a783e999f61cc51cbe18c8b4c96a36c Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 1 Jul 1999 09:11:21 +0000 Subject: Function calling in filters works - somehow. Calling syntax is currently very ugly, beware. Variables are not really local - that needs to be fixed. --- conf/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/conf.h') diff --git a/conf/conf.h b/conf/conf.h index 8604324..4f6f030 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -52,6 +52,7 @@ struct symbol { struct symbol *next; int class; int aux; + void *aux2; void *def; char name[1]; }; -- cgit v1.2.3