Return to ippool.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src |
version 1.1.1.1, 2013/07/22 08:44:29 | version 1.1.1.2, 2021/03/17 00:39:23 |
---|---|
Line 31 | Line 31 |
extern void IPPoolFree(char *pool, struct u_addr *ip); | extern void IPPoolFree(char *pool, struct u_addr *ip); |
extern void IPPoolInit(void); | extern void IPPoolInit(void); |
extern int IPPoolStat(Context ctx, int ac, char *av[], void *arg); | extern int IPPoolStat(Context ctx, int ac, const char *const av[], const void *arg); |
#endif | #endif |