diff options
Diffstat (limited to 'accel-pppd/ipdb.h')
-rw-r--r-- | accel-pppd/ipdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ipdb.h b/accel-pppd/ipdb.h index 7f61b43b..fc0fe6f4 100644 --- a/accel-pppd/ipdb.h +++ b/accel-pppd/ipdb.h @@ -40,7 +40,7 @@ struct ipv6db_prefix_t struct ipdb_t { struct list_head entry; - + struct ipv4db_item_t *(*get_ipv4)(struct ap_session *ses); void (*put_ipv4)(struct ap_session *ses, struct ipv4db_item_t *); |