/* change-archive.h: * * vim:smartindent ts=8:sts=2:sta:et:ai:shiftwidth=2 **************************************************************** * Copyright (C) 2005 Canonical Limited * Authors: Robert Collins * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__LIBARCH__CHANGE_ARCHIVE_H #define INCLUDE__LIBARCH__CHANGE_ARCHIVE_H #include "hackerlab/machine/types.h" extern t_uchar arch_change_archive_help[]; extern int arch_change_archive (t_uchar * program_name, int argc, char * argv[]); #endif /* INCLUDE__LIBARCH__CHANGE_ARCHIVE_H */