File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / src / Attic / upd.c
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Fri Nov 13 13:55:28 2009 UTC (15 years, 2 months ago) by misho
Branches: tools1_0
added new prog

#include "global.h"
#include "upd.h"


int Activate()
{
	VERB(3) printf("Activate procedure\n");

	return 0;
}

int Install()
{
	VERB(3) printf("Install procedure\n");

	return 0;
}

int Rollback()
{
	VERB(3) printf("Rollback procedure\n");

	return 0;
}

int tFTP()
{
	VERB(3) printf("tFTP procedure\n");

	return 0;
}

int Backup()
{
	VERB(3) printf("Backup procedure\n");

	return 0;
}

int Clean()
{
	VERB(3) printf("Clean procedure\n");

	return 0;
}

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