6 /* ---------------------------- included header files ----------------------- */
8 /* ---------------------------- global definitions -------------------------- */
10 /* ---------------------------- global macros ------------------------------- */
12 /* ---------------------------- type definitions ---------------------------- */
14 /* ---------------------------- forward declarations ------------------------ */
16 /* ---------------------------- exported variables (globals) ---------------- */
18 /* ---------------------------- interface functions ------------------------- */
20 void parse_message_line(char *line
);
22 #endif /* DYNAMIC_H */