comparison common/portpath.h @ 167:92d7e0b40808

Removed spurious duplication.
author Sascha Wilde <wilde@intevation.de>
date Tue, 25 Mar 2014 12:54:47 +0100
parents 306e4db11761
children f100861dad8f
comparison
equal deleted inserted replaced
166:199878f09bf1 167:92d7e0b40808
6 * @brief Platform independent functions for file and path handling. 6 * @brief Platform independent functions for file and path handling.
7 * @details portpath contains functions to handle file and path names 7 * @details portpath contains functions to handle file and path names
8 * in a platform independent way. The code unsing this functions 8 * in a platform independent way. The code unsing this functions
9 * should be protable between GNU/Linux and Windows32 systems. 9 * should be protable between GNU/Linux and Windows32 systems.
10 */ 10 */
11
12 /**
13 * @brief portable version of dirname
14 * @details return the directory component of the given path.
15 * The argument path may be altered by the function.
16 * @param[inout] path the pathname
17 * @returns a pointer to the string containing the directory component
18 */
19 char *port_dirname(char *path);
20
21 11
22 /** 12 /**
23 * @brief portable version of dirname 13 * @brief portable version of dirname
24 * @details return the directory component of the given path. 14 * @details return the directory component of the given path.
25 * The argument path may be altered by the function. 15 * The argument path may be altered by the function.

http://wald.intevation.org/projects/trustbridge/