/* upgrade.h:
 *
 ****************************************************************
 * Copyright (C) 2005 Canonical Limited
 * 	Authors: Robert Collins <robert.collins@canonical.com>
 *
 * See the file "COPYING" for further information about
 * the copyright and warranty status of this work.
 */

#ifndef INCLUDE__COMMANDS__UPGRADE_H
#define INCLUDE__COMMANDS__UPGRADE_H

#include "hackerlab/machine/types.h"

extern t_uchar arch_upgrade_help[];

extern int arch_upgrade (t_uchar * program_name, int argc, char * argv[]);

#endif  /* INCLUDE__COMMANDS__UPGRADE_H */


syntax highlighted by Code2HTML, v. 0.9.1