summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.h
blob: 074e5286e0b6723c2b89389f5bedd6a346c7e36b (plain)
1
2
3
4
5
6
7
8
9
/* def.h - definitions for def.c */
#ifndef DEF_H
#define DEF_H

#include "tree_types.h"

void gather_def_item (ELEMENT *current, enum command_id next_command);
DEF_INFO *parse_def (enum command_id command, ELEMENT *current);
#endif