beta-0.89.2
[luatex.git] / source / texk / kpathsea / version.h
blobef94be6434b4608bb173f5c3e3ca9eabaf1d2f39
1 /* version.h: version number for libkpathsea.
3 Copyright 2009 Peter Breitenlohner.
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.
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.
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/>. */
18 #ifndef KPATHSEA_VERSION_H
19 #define KPATHSEA_VERSION_H
21 #include <kpathsea/c-proto.h>
22 #include <kpathsea/types.h>
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
28 extern KPSEDLL const char *kpathsea_version_string;
30 extern KPSEDLL const char *kpathsea_bug_address;
32 #ifdef __cplusplus
34 #endif
36 #endif /* not KPATHSEA_VERSION_H */