aboutsummaryrefslogtreecommitdiff
path: root/parse-file.h
blob: d0054e466d438b9694c1609e40a8cd96aa8c3ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "config.h"

#if HAVE_ERR
#include <err.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/queue.h>
#include <lowdown.h>

void _parse_file(FILE*, FILE*);