diff options
Diffstat (limited to 'Source/charon/network/packet.h')
-rw-r--r-- | Source/charon/network/packet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/charon/network/packet.h b/Source/charon/network/packet.h index d1220dfa0..2e41e8a6c 100644 --- a/Source/charon/network/packet.h +++ b/Source/charon/network/packet.h @@ -71,7 +71,6 @@ struct packet_t { /** * @brief create an empty packet * - * @param family address-family, such as AF_INET * @return - NULL when family not supported */ packet_t *packet_create(); |