|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $PostgreSQL: pgsql/src/port/path.c,v 1.35 2004/09/0216:42:00 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/port/path.c,v 1.36 2004/09/24 05:16:35 tgl Exp $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
|
32 | 32 | #defineIS_PATH_SEP(ch) ((ch) == ';')
|
33 | 33 | #endif
|
34 | 34 |
|
35 |
| -conststaticchar*relative_path(constchar*bin_path,constchar*other_path); |
| 35 | +staticconstchar*relative_path(constchar*bin_path,constchar*other_path); |
36 | 36 | staticvoidmake_relative(constchar*my_exec_path,constchar*p,char*ret_path);
|
37 | 37 | staticvoidtrim_directory(char*path);
|
38 | 38 | staticvoidtrim_trailing_separator(char*path);
|
|