OSDN Git Service

branch: yandytex with kpathsea.
[putex/putex.git] / src / texsourc / kpathsea / kpathsea / version.h
1 /* version.h: version number for libkpathsea.
2
3    Copyright 2009 Peter Breitenlohner.
4
5    This library is free software; you can redistribute it and/or
6    modify it under the terms of the GNU Lesser General Public
7    License as published by the Free Software Foundation; either
8    version 2.1 of the License, or (at your option) any later version.
9
10    This library is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13    Lesser General Public License for more details.
14
15    You should have received a copy of the GNU Lesser General Public License
16    along with this library; if not, see <http://www.gnu.org/licenses/>.  */
17
18 #ifndef KPATHSEA_VERSION_H
19 #define KPATHSEA_VERSION_H
20
21 #include <kpathsea/c-proto.h>
22 #include <kpathsea/types.h>
23
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27
28 extern KPSEDLL const char *kpathsea_version_string;
29
30 extern KPSEDLL const char *kpathsea_bug_address;
31
32 #ifdef __cplusplus
33 }
34 #endif
35
36 #endif /* not KPATHSEA_VERSION_H */