/* -*-c-*- */

#ifndef DYNAMIC_H
#define DYNAMIC_H

/* ---------------------------- included header files ----------------------- */

/* ---------------------------- global definitions -------------------------- */

/* ---------------------------- global macros ------------------------------- */

/* ---------------------------- type definitions ---------------------------- */

/* ---------------------------- forward declarations ------------------------ */

/* ---------------------------- exported variables (globals) ---------------- */

/* ---------------------------- interface functions ------------------------- */

void parse_message_line(char *line);

#endif /* DYNAMIC_H */


syntax highlighted by Code2HTML, v. 0.9.1