mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
Move read_a_line() prototype before first use.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
25bca70ff2
commit
c5f44d8737
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user