Imported Upstream version 2.6.0
This commit is contained in:
parent
26fb71b504
commit
459aaf9392
510 changed files with 40508 additions and 18859 deletions
|
|
@ -29,14 +29,11 @@
|
|||
|
||||
#define FLAG_USER 0x0001 /* username and password must be set */
|
||||
|
||||
struct netcmds_t {
|
||||
struct {
|
||||
const char *name;
|
||||
void (*func)(ctype_t *client, int numargs, const char **arg);
|
||||
int flags;
|
||||
};
|
||||
|
||||
struct netcmds_t netcmds[] =
|
||||
{
|
||||
} netcmds[] = {
|
||||
{ "VER", net_ver, 0 },
|
||||
{ "HELP", net_help, 0 },
|
||||
{ "STARTTLS", net_starttls, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue