* src/roff/troff/node.cpp (left_italic_corrected_node::add_self):
[s-roff.git] / src / include / relocate.h
blob51f48950d6bd15ca6900b247669d85dc0cc51299
1 /* Provide relocation for macro and font files.
2 Copyright (C) 2005-2006 Free Software Foundation, Inc.
4 This program is free software; you can redistribute it and/or modify it
5 under the terms of the GNU Library General Public License as published
6 by the Free Software Foundation; either version 2, or (at your option)
7 any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 Library General Public License for more details.
14 You should have received a copy of the GNU Library General Public
15 License along with this program; if not, write to the Free Software
16 Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301,
17 USA. */
19 #ifdef __cplusplus
20 extern char *curr_prefix;
21 extern size_t curr_prefix_len;
23 void set_current_prefix ();
24 char *xdirname (char *s);
25 char *searchpath (const char *name, const char *pathp);
26 #endif
28 /* This function has C linkage. */
29 extern
30 #ifdef __cplusplus
31 "C"
32 #endif
33 char *relocatep (const char *path);
35 #ifdef __cplusplus
36 char *relocate (const char *path);
37 #endif