]> git.notmuchmail.org Git - notmuch/blob - util/path-util.h
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / util / path-util.h
1 /*
2  * SPDX-License-Identifier: GPL-3.0-or-later
3  */
4
5 #ifndef NOTMUCH_UTIL_PATH_UTIL_H_
6 #define NOTMUCH_UTIL_PATH_UTIL_H_
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 char *
13 notmuch_canonicalize_file_name (const char *path);
14
15 #ifdef __cplusplus
16 }
17 #endif
18
19 #endif /* NOTMUCH_UTIL_PATH_UTIL_H_ */