1 /* cmd-default-id.h: 2 * 3 **************************************************************** 4 * Copyright (C) 2003 Tom Lord, Stig Brautaset 5 * 6 * See the file "COPYING" for further information about 7 * the copyright and warranty status of this work. 8 */ 9 10 #ifndef INCLUDE__LIBARCH__CMD_DEFAULT_ID_H 11 #define INCLUDE__LIBARCH__CMD_DEFAULT_ID_H 12 13 14 #include "hackerlab/machine/types.h" 15 16 17 18 extern t_uchar arch_cmd_default_id_help[]; 19 20 21 /* automatically generated __STDC__ prototypes */ 22 extern int arch_cmd_default_id (t_uchar * program_name, int argc, char * argv[]); 23 #endif /* INCLUDE__LIBARCH__CMD_DEFAULT_ID_H */ 24 25 26 /* tag: Stig Brautaset Sat Jun 7 13:44:29 BST 2003 (cmd-default-tag.h) 27 */ 28