From f2d35751cabf0c22eb6af0bfb79af75fd60dc1d2 Mon Sep 17 00:00:00 2001 From: jani Date: Tue, 11 Feb 2003 09:51:22 +0000 Subject: [PATCH] fix doxygen comment for netif_add --- src/core/netif.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/core/netif.c b/src/core/netif.c index c5846dc0..549a3972 100644 --- a/src/core/netif.c +++ b/src/core/netif.c @@ -45,8 +45,9 @@ struct netif *netif_default = NULL; * @param ipaddr IP address for the new netif * @param netmask network mask for the new netif * @param gw default gateway IP address for the new netif - * @init callback function that initializes the interface - * @input callback function that... + * @param state opaque data passed to the new netif + * @param init callback function that initializes the interface + * @param input callback function that... * * @return netif, or NULL if failed. */