File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / Attic / upd.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 12:45:40 2011 UTC (13 years, 1 month ago) by misho
Branches: MAIN
CVS tags: tools1_1, TOOLS1_0, HEAD
new ver

/*************************************************************************
 * (C) 2010 AITNET - Sofia/Bulgaria - <office@aitbg.com>
 *  by Michael Pounov <misho@aitbg.com>
 *
 * $Author: misho $
 * $Id: upd.h,v 1.2 2011/06/08 12:45:40 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

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