File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / Attic / upd.h
Revision 1.1.2.7: download - view: text, annotated - select for diffs - revision graph
Wed Mar 24 16:50:43 2010 UTC (14 years, 3 months ago) by misho
Branches: tools1_0
add author

    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>