summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/fn_end.tpl
blob: df62f6c0ac710dc81534b8c0c348772fefc5436e (plain)
1
2
3
4
5
6
7
8
9
10
11

end:
	/* the parse is OK */
	return True;

fail:
        ZERO_STRUCTP(il);
	return False;
} /* @FUNCNAME@ */