Move read_a_line() prototype before first use.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-04-07 07:42:27 -07:00
parent 25bca70ff2
commit c5f44d8737

View File

@ -1939,6 +1939,8 @@ sub first_entry( $ ) {
}
}
sub read_a_line(;$$$);
sub embedded_shell( $ ) {
my $multiline = shift;
@ -1974,8 +1976,6 @@ sub embedded_shell( $ ) {
$ifstack = @ifstack;
}
sub read_a_line(;$$$);
sub embedded_perl( $ ) {
my $multiline = shift;