--- embedtools/inc/Attic/upd.h 2009/11/13 16:25:38 1.1.2.2 +++ embedtools/inc/Attic/upd.h 2010/03/24 16:50:43 1.1.2.7 @@ -1,8 +1,22 @@ +/************************************************************************* + * (C) 2010 AITNET - Sofia/Bulgaria - + * by Michael Pounov + * + * $Author: misho $ + * $Id: upd.h,v 1.1.2.7 2010/03/24 16:50:43 misho Exp $ + * + *************************************************************************/ #ifndef __UPD_H #define __UPD_H int Activate(const char *); +int Install(const char *, const char *); +int Rollback(const char *); +int tFTP(const char *, const char *); +int Backup(const char *); +int Clean(const char *); +int Daemonize(struct sockaddr_in, const char *); #endif