Return to ipv6cp.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src |
version 1.1.1.2, 2016/11/01 09:56:12 | version 1.1.1.3, 2021/03/17 00:39:23 |
---|---|
Line 61 | Line 61 |
extern int Ipv6cpCloseCmd(Context ctx); | extern int Ipv6cpCloseCmd(Context ctx); |
extern void Ipv6cpInput(Bund b, Mbuf bp); | extern void Ipv6cpInput(Bund b, Mbuf bp); |
extern void Ipv6cpDefAddress(void); | extern void Ipv6cpDefAddress(void); |
extern int Ipv6cpStat(Context ctx, int ac, char *av[], void *arg); | extern int Ipv6cpStat(Context ctx, int ac, const char *const av[], const void *arg); |
#endif | #endif |