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, 4 months ago) by misho
Branches: tools1_0
add author

/*************************************************************************
 * (C) 2010 AITNET - Sofia/Bulgaria - <office@aitbg.com>
 *  by Michael Pounov <misho@aitbg.com>
 *
 * $Author: misho $
 * $Id: upd.h,v 1.1.2.7 2010/03/24 16:50:43 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>