Annotation of embedtools/inc/upd.h, revision 1.1.2.7

1.1.2.7 ! misho       1: /*************************************************************************
        !             2:  * (C) 2010 AITNET - Sofia/Bulgaria - <office@aitbg.com>
        !             3:  *  by Michael Pounov <misho@aitbg.com>
        !             4:  *
        !             5:  * $Author: misho $
        !             6:  * $Id: dpatch.c,v 1.1.2.1 2010/03/24 16:43:01 misho Exp $
        !             7:  *
        !             8:  *************************************************************************/
1.1.2.1   misho       9: #ifndef __UPD_H
                     10: #define __UPD_H
                     11: 
                     12: 
1.1.2.2   misho      13: int Activate(const char *);
1.1.2.4   misho      14: int Install(const char *, const char *);
1.1.2.3   misho      15: int Rollback(const char *);
                     16: int tFTP(const char *, const char *);
1.1.2.5   misho      17: int Backup(const char *);
1.1.2.3   misho      18: int Clean(const char *);
1.1.2.6   misho      19: int Daemonize(struct sockaddr_in, const char *);
1.1.2.2   misho      20: 
                     21: 
1.1.2.1   misho      22: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>