/* cmd-import.h: * **************************************************************** * Copyright (C) 2003 Tom Lord, Stig Brautaset * 2005 Canonical Ltd. * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__LIBARCH__CMD_IMPORT_H #define INCLUDE__LIBARCH__CMD_IMPORT_H #include "hackerlab/machine/types.h" #include "libawk/relational.h" extern t_uchar arch_cmd_import_help[]; extern int arch_cmd_import (t_uchar * program_name, int argc, char * argv[]); #endif /* INCLUDE__LIBARCH__CMD_IMPORT_H */