bpmmessages/bpm_messages.h

Go to the documentation of this file.
00001 
00013 #ifndef BPMERR_H__
00014 #define BPMERR_H__
00015 
00016 /* -----------------------------------------------------------------------------
00017 // includes
00018 // -------------------------------------------------------------------------- */
00019 #include <bpm/bpm_defs.h>
00020 
00021 
00022 /* -----------------------------------------------------------------------------
00023 // macro definitions
00024 // -------------------------------------------------------------------------- */
00025 
00026 
00027 /* -----------------------------------------------------------------------------
00028 // typedefs, enums and other declarations
00029 // -------------------------------------------------------------------------- */
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif
00033 
00034 
00035 /* -----------------------------------------------------------------------------
00036 // function prototypes and declarations
00037 // -------------------------------------------------------------------------- */
00038 
00048   EXTERN void bpm_error( char* msg, char* f, int l );
00049 
00050 
00060   EXTERN void bpm_warning( char* msg, char* f, int l );
00061 
00062 
00063 #ifdef __cplusplus
00064 }
00065 #endif
00066 
00067 #endif /* #ifndef BPMERR_H__ */
00068 
00069 /* ================================ end of file ============================= */

Generated on Thu Jan 10 10:18:04 2008 for libbpm by  doxygen 1.5.1