2013-11-24 15:00:12 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
/* *INDENT-OFF* */
|
|
|
|
extern "C" {
|
|
|
|
/* *INDENT-ON* */
|
|
|
|
#endif
|
|
|
|
|
2012-01-24 10:22:33 +00:00
|
|
|
void net_ver(nut_ctype_t *client, int numarg, const char **arg);
|
2012-06-01 13:55:19 +00:00
|
|
|
void net_netver(nut_ctype_t *client, int numarg, const char **arg);
|
2012-01-24 10:22:33 +00:00
|
|
|
void net_help(nut_ctype_t *client, int numarg, const char **arg);
|
|
|
|
void net_fsd(nut_ctype_t *client, int numarg, const char **arg);
|
2013-11-24 15:00:12 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
/* *INDENT-OFF* */
|
|
|
|
}
|
|
|
|
/* *INDENT-ON* */
|
|
|
|
#endif
|
|
|
|
|