Sync-to-go: update copyright for 2015
[s-roff.git] / src / lib-bib / bib.h
blobf7c096bb101f3a38d3845118488be26ac3a2ebdd
1 /*@
2 * Copyright (c) 2014 - 2015 Steffen (Daode) Nurpmeso <sdaoden@users.sf.net>.
4 * This is free software; you can redistribute it and/or modify it under
5 * the terms of the GNU General Public License as published by the Free
6 * Software Foundation; either version 2, or (at your option) any later
7 * version.
9 * This is distributed in the hope that it will be useful, but WITHOUT ANY
10 * WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 * for more details.
14 * You should have received a copy of the GNU General Public License along
15 * with groff; see the file COPYING. If not, write to the Free Software
16 * Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
18 #ifndef _BIB_H
19 #define _BIB_H
21 #include "config.h"
23 // Interface to mmap. FIXME
24 extern "C" {
25 void *mapread(int fd, int len);
26 int unmap(void *, int len);
29 #endif // _BIB_H
30 // s-it2-mode