Imported Upstream version 2.6.3

This commit is contained in:
Arnaud Quette 2012-01-24 11:22:33 +01:00
parent 45043b58d0
commit fad6ced6f6
255 changed files with 11081 additions and 4629 deletions

View file

@ -17,7 +17,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "ctype.h"
#include "nut_ctype.h"
#include "ssl.h"
#include "netget.h"
@ -31,7 +31,7 @@
struct {
const char *name;
void (*func)(ctype_t *client, int numargs, const char **arg);
void (*func)(nut_ctype_t *client, int numargs, const char **arg);
int flags;
} netcmds[] = {
{ "VER", net_ver, 0 },