/* cmd-resolved.h: * **************************************************************** * Copyright (C) 2004 Canonical Ltd * Author: James Blackwell * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__LIBARCH__CMD_RESOLVED_H #define INCLUDE__LIBARCH__CMD_RESOLVED_H extern t_uchar arch_cmd_resolved_help[]; extern int arch_cmd_resolved (t_uchar * program_name, int argc, char * argv[]); #endif /* INCLUDE__LIBARCH__CMD_RESOLVED_H */