Diff for /embedtools/inc/Attic/upd.h between versions 1.1 and 1.2

version 1.1, 2009/11/13 13:55:28 version 1.2, 2011/06/08 12:45:40
Line 0 Line 1
   /*************************************************************************
    * (C) 2010 AITNET - Sofia/Bulgaria - <office@aitbg.com>
    *  by Michael Pounov <misho@aitbg.com>
    *
    * $Author$
    * $Id$
    *
    *************************************************************************/
   #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

Removed from v.1.1  
changed lines
  Added in v.1.2


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