/* cmd-log.h * **************************************************************** * Copyright (C) 2005 Canonical Ltd. * Original Authors: Robert Collins and James Blackwell * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__LIBARCH__CMD_LOG_H #define INCLUDE__LIBARCH__CMD_LOG_H #include "hackerlab/machine/types.h" extern t_uchar arch_cmd_log_help[]; /* automatically generated __STDC__ prototypes */ extern int arch_cmd_log (t_uchar * program_name, int argc, char * argv[]); #endif /* INCLUDE__LIBARCH__CMD_LOG_H */ /* tag: James Blackwell Sun Feb 6 18:22:27 EST 2005 (log.h) */