mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 10:37:43 -04:00
17 lines
140 B
Text
17 lines
140 B
Text
@rule1@
|
|
identifier f1;
|
|
@@
|
|
void f1(...)
|
|
{
|
|
...
|
|
}
|
|
|
|
@rule2@
|
|
identifier rule1.f1, f2;
|
|
@@
|
|
void f2(...)
|
|
{
|
|
<+...
|
|
*return(f1(...));
|
|
...+>
|
|
}
|