From 062ff656830f89bd3bca5b39a86c4d41b535a7bf Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Thu, 15 Jun 2023 13:25:40 +0200 Subject: [PATCH] Filter: functions can and should have typed return values --- doc/bird.sgml | 14 ++++++++---- filter/config.Y | 59 ++++++++++++++++++++++++++++++++++++------------ filter/f-inst.c | 2 +- filter/f-inst.h | 1 + filter/test.conf | 26 ++++++++++----------- 5 files changed, 68 insertions(+), 34 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index dc1d2285..46e34c04 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -539,7 +539,7 @@ include "tablename.conf";; Define a filter. You can learn more about filters in the following chapter. -