00001 00012 #ifndef OP_VERSION_H 00013 #define OP_VERSION_H 00014 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif 00018 00020 void show_version(char const * app_name); 00021 00022 #ifdef __cplusplus 00023 } 00024 #endif 00025 00026 #endif /* !OP_VERSION_H */