diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-07-25 21:53:29 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-07-25 21:53:29 +0200 |
commit | f4a142c0031a15f9a6532d9d910d66d3911f5adf (patch) | |
tree | 4c76c7f64e5062bd6e453b4a1fbf03be46ac8634 /ax25rtd/cache_ctl.c | |
parent | c0329673fa987eb2d493babb54c8aaa86ac7f9b3 (diff) |
Compress multiple blank lines into single lines.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25rtd/cache_ctl.c')
-rw-r--r-- | ax25rtd/cache_ctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ax25rtd/cache_ctl.c b/ax25rtd/cache_ctl.c index 6882a24..baac073 100644 --- a/ax25rtd/cache_ctl.c +++ b/ax25rtd/cache_ctl.c @@ -123,7 +123,6 @@ int update_ip_route(config * config, unsigned long ip, int ipmode, return action; } - ax25_rt_entry *update_ax25_route(config * config, ax25_address * call, int ndigi, ax25_address * digi, time_t timestamp) @@ -302,7 +301,6 @@ int del_ax25_route(config * config, ax25_address * call) return 1; } - void expire_ax25_route(time_t when) { ax25_rt_entry *bp; |