00001 /** 00002 * @file op_version.h 00003 * output version string 00004 * 00005 * @remark Copyright 2003 OProfile authors 00006 * @remark Read the file COPYING 00007 * 00008 * @author John Levon 00009 * @author Philippe Elie 00010 */ 00011 00012 #ifndef OP_VERSION_H 00013 #define OP_VERSION_H 00014 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif 00018 00019 /** output the version string */ 00020 void show_version(char const * app_name); 00021 00022 #ifdef __cplusplus 00023 } 00024 #endif 00025 00026 #endif /* !OP_VERSION_H */
1.6.1