navit  0.5.1-trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups
messages.h File Reference

Go to the source code of this file.

Data Structures

struct  message
 

Functions

int message_new (struct messagelist *this_, const char *message)
 
int message_delete (struct messagelist *this_, int mid)
 
struct messagelistmessagelist_new (struct attr **attrs)
 
void messagelist_init (struct messagelist *this_)
 
struct messagemessage_get (struct messagelist *this_)
 

Function Documentation

int message_delete ( struct messagelist this_,
int  mid 
)
struct message* message_get ( struct messagelist this_)

References messagelist::messages.

Referenced by navit_get_messages().

int message_new ( struct messagelist this_,
const char *  message 
)
struct messagelist* messagelist_new ( struct attr **  attrs)

References attr_generic_get_attr(), attr::num, and attr::u.

Referenced by navit_new().