summaryrefslogtreecommitdiffstats
path: root/conf/confbase.Y
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-12 15:07:53 +0200
committerPavel Machek <pavel@ucw.cz>2000-04-12 15:07:53 +0200
commitdcab78904794156483878b4b8cd924e30a71bcdd (patch)
tree3ee8c297a8ae5db2feb3a3368ba5e7b0177ba92a /conf/confbase.Y
parentc3edb89ec141355de58fbade353d4b2182c62c1e (diff)
downloadbird-dcab78904794156483878b4b8cd924e30a71bcdd.tar
bird-dcab78904794156483878b4b8cd924e30a71bcdd.zip
Renamed f_path to f_path_mask -- which is what it really is. Use
linklist instead of array of signed integers for path mask.
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r--conf/confbase.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y
index b5856a4..c303add 100644
--- a/conf/confbase.Y
+++ b/conf/confbase.Y
@@ -35,7 +35,7 @@ CF_DECLS
struct filter *f;
struct f_tree *e;
struct f_val v;
- struct f_path *h;
+ struct f_path_mask *h;
struct password_item *p;
struct rt_show_data *ra;
void *g;