summaryrefslogtreecommitdiffstats
path: root/ax25rtd/cache_ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25rtd/cache_ctl.c')
-rw-r--r--ax25rtd/cache_ctl.c2
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;