diff options
Diffstat (limited to 'path.h')
-rw-r--r-- | path.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -24,11 +24,7 @@ #include <stdbool.h> #include "bstr.h" -extern char *codec_path; - char *get_path(const char *filename); -void set_path_env(void); -void set_codec_path(const char *path); // Return pointer to filename part of path |