~rhialto/ctwm/smallbeer

1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Parser internals that need to be shared across broken-up files
 */
#ifndef _CTWM_PARSE_INT_H
#define _CTWM_PARSE_INT_H

/* Stuff in parse_m4.c, if enabled */
#ifdef USEM4
FILE *start_m4(FILE *fraw);
#endif

#endif /* _CTWM_PARSE_INT_H */