Annotation of embedtools/inc/upd.h, revision 1.2
1.2 ! misho 1: /*************************************************************************
! 2: * (C) 2010 AITNET - Sofia/Bulgaria - <office@aitbg.com>
! 3: * by Michael Pounov <misho@aitbg.com>
! 4: *
! 5: * $Author: misho $
! 6: * $Id: upd.h,v 1.1.2.7 2010/03/24 16:50:43 misho Exp $
! 7: *
! 8: *************************************************************************/
! 9: #ifndef __UPD_H
! 10: #define __UPD_H
! 11:
! 12:
! 13: int Activate(const char *);
! 14: int Install(const char *, const char *);
! 15: int Rollback(const char *);
! 16: int tFTP(const char *, const char *);
! 17: int Backup(const char *);
! 18: int Clean(const char *);
! 19: int Daemonize(struct sockaddr_in, const char *);
! 20:
! 21:
! 22: #endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>