1 /* cmd-log-for-merge.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_LOG_FOR_MERGE_H 11 #define INCLUDE__LIBARCH__CMD_LOG_FOR_MERGE_H 12 13 14 #include "hackerlab/machine/types.h" 15 16 17 18 extern t_uchar arch_cmd_log_for_merge_help[]; 19 20 21 /* automatically generated __STDC__ prototypes */ 22 extern int arch_cmd_log_for_merge (t_uchar * program_name, int argc, char * argv[]); 23 #endif /* INCLUDE__LIBARCH__CMD_LOG_FOR_MERGE_H */ 24 25 26 /* tag: Stig Brautaset Sat Jun 7 15:32:32 BST 2003 (cmd-log-for-merge.h) 27 */ 28