1  /* def.h - definitions for def.c */
       2  #ifndef DEF_H
       3  #define DEF_H
       4  
       5  #include "tree_types.h"
       6  
       7  void gather_def_item (ELEMENT *current, enum command_id next_command);
       8  DEF_ARG **parse_def (enum command_id command, ELEMENT *current);
       9  #endif