]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/canonicalize.h
include/bitopts: Use the operating system byteswapping functions
[thirdparty/util-linux.git] / include / canonicalize.h
CommitLineData
74a9c6f7
KZ
1#ifndef CANONICALIZE_H
2#define CANONICALIZE_H
3
45bda5c8 4#include "c.h" /* for PATH_MAX */
74a9c6f7
KZ
5
6extern char *canonicalize_path(const char *path);
33c5fd0c 7extern char *canonicalize_path_restricted(const char *path);
a992137b 8extern char *canonicalize_dm_name(const char *ptname);
74a9c6f7
KZ
9
10#endif /* CANONICALIZE_H */