diff options
Diffstat (limited to 'src/libcharon/kernel')
-rw-r--r-- | src/libcharon/kernel/kernel_interface.h | 4 | ||||
-rw-r--r-- | src/libcharon/kernel/kernel_net.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/libcharon/kernel/kernel_interface.h b/src/libcharon/kernel/kernel_interface.h index dca4babad..96c9ffa62 100644 --- a/src/libcharon/kernel/kernel_interface.h +++ b/src/libcharon/kernel/kernel_interface.h @@ -320,7 +320,9 @@ struct kernel_interface_t { * * Local subnets are subnets the host is directly connected to. * - * @return enumerator over host_t*, uint8_t + * The enumerator returns the network, subnet mask and interface. + * + * @return enumerator over host_t*, uint8_t, char* */ enumerator_t *(*create_local_subnet_enumerator)(kernel_interface_t *this); diff --git a/src/libcharon/kernel/kernel_net.h b/src/libcharon/kernel/kernel_net.h index a1ced362c..12475b123 100644 --- a/src/libcharon/kernel/kernel_net.h +++ b/src/libcharon/kernel/kernel_net.h @@ -123,7 +123,9 @@ struct kernel_net_t { * * Local subnets are subnets the host is directly connected to. * - * @return enumerator over host_t*, uint8_t + * The enumerator returns the network, subnet mask and interface. + * + * @return enumerator over host_t*, uint8_t, char* */ enumerator_t *(*create_local_subnet_enumerator)(kernel_net_t *this); |