diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-26 11:38:07 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-26 11:38:07 +0200 |
commit | b0c9c21c2926921843bbbade72e65831280906a8 (patch) | |
tree | 63173bfc5d5e7f45b6a6b29edfaa17e676da0284 /filter/filter.c | |
parent | 98347659463cb68cbd751148e19c62cfb109a32b (diff) | |
download | bird-b0c9c21c2926921843bbbade72e65831280906a8.tar bird-b0c9c21c2926921843bbbade72e65831280906a8.zip |
Small cleanup.
Diffstat (limited to 'filter/filter.c')
-rw-r--r-- | filter/filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter.c b/filter/filter.c index 63f8967..fc8db89 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -28,7 +28,7 @@ struct f_inst *startup_func = NULL, *test1_func, *test2_func; #define CMP_ERROR 999 -int +static int pm_path_compare(struct f_path_mask *m1, struct f_path_mask *m2) { while (1) { |