File include/mail.h


Preprocessor definitions

#define MAIL_H

#define MSG_OTHER 0

#define MSG_MAIL 1

#define MSG_CALL 2


Type struct mail_info

struct mail_info
struct mail_info 
   { 
     int message_typ; 
     const char* display_txt; 
     const char* object_nam; 
     const char* response_cmd; 
   }