notmuch/util/path-util.h
David Bremner 126347b694 Import notmuch_0.38.2.orig.tar.xz
[dgit import orig notmuch_0.38.2.orig.tar.xz]
2023-12-01 07:51:09 -04:00

19 lines
289 B
C

/*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef NOTMUCH_UTIL_PATH_UTIL_H_
#define NOTMUCH_UTIL_PATH_UTIL_H_
#ifdef __cplusplus
extern "C" {
#endif
char *
notmuch_canonicalize_file_name (const char *path);
#ifdef __cplusplus
}
#endif
#endif /* NOTMUCH_UTIL_PATH_UTIL_H_ */