/* cmd-my-revision-library.h: * **************************************************************** * Copyright (C) 2003 Tom Lord, Stig Brautaset * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__COMMANDS__CMD_CACHE_CONFIG_H #define INCLUDE__COMMANDS__CMD_CACHE_CONFIG_H #include "hackerlab/machine/types.h" extern t_uchar arch_cmd_cache_config_help[]; /* automatically generated __STDC__ prototypes */ extern int arch_cmd_cache_config (t_uchar * program_name, int argc, char * argv[]); #endif /* INCLUDE__COMMANDS__CMD_CACHE_CONFIG_H */ /* tag: 97b98e32-98ff-4acb-a0e4-537aa681d244 */