Imported Upstream version 2.7.1
This commit is contained in:
parent
a1fa151fc7
commit
0121794af9
451 changed files with 41339 additions and 10887 deletions
|
|
@ -29,6 +29,12 @@
|
|||
|
||||
#define FLAG_USER 0x0001 /* username and password must be set */
|
||||
|
||||
#ifdef __cplusplus
|
||||
/* *INDENT-OFF* */
|
||||
extern "C" {
|
||||
/* *INDENT-ON* */
|
||||
#endif
|
||||
|
||||
struct {
|
||||
const char *name;
|
||||
void (*func)(nut_ctype_t *client, int numargs, const char **arg);
|
||||
|
|
@ -56,3 +62,10 @@ struct {
|
|||
|
||||
{ NULL, (void(*)())(NULL), 0 }
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
/* *INDENT-OFF* */
|
||||
}
|
||||
/* *INDENT-ON* */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue