maint: tail: avoid in-function #if directives
authorJim Meyering <meyering@redhat.com>
Thu, 24 Dec 2009 11:42:43 +0000 (12:42 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 25 Dec 2009 11:05:30 +0000 (12:05 +0100)
commitc85ad43ef4ca99d1184e70e99edee703d19784c7
tree9878ca39f97a1a22ad1869f7e17cb505f1fd0b3a
parent8d2ecd4a3e30be880b2937bc1d76297a1c2e387a
maint: tail: avoid in-function #if directives

* src/tail.c (fremote): Add a comment.
Move definition "up" to precede first use, so we can
remove its prototype and the #if..#endif around each use.
(any_remote_file): Rename from any_remote_files.
src/tail.c