summaryrefslogtreecommitdiff
path: root/tests/slurp.h
blob: 056c77d6f90857543ca008f7a41091e8cf7fe420 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef SLURP_H
#define SLURP_H

#include "../src/config.h"


int
slurp_for_tests(const char *const FNAME, char **strref);


#endif