cctools
get_canonical_path.h
1 /*
2 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
3 Copyright (C) 2005- The University of Notre Dame
4 This software is distributed under the GNU General Public License.
5 See the file COPYING for details.
6 */
7 
8 #ifndef GET_CANONICAL_PATH_H
9 #define GET_CANONICAL_PATH_H
10 
11 int get_canonical_path(const char *path, char *canonical, int maxlength);
12 
13 #endif