1 /*
2  * pages.h
3  *
4  * Copyright (c) Chris Putnam 2016-2019
5  *
6  * Program and source code released under the GPL version 2
7  */
8 #ifndef PAGES_H
9 #define PAGES_H
10 
11 #include "bibl.h"
12 
13 int pages_add( fields *bibout, char *outtag, str *invalue, int level );
14 
15 #endif
16 
17