From 4c8dfb375b4b30dbb6079f9d68024980d81ffa20 Mon Sep 17 00:00:00 2001 From: xolatile Date: Thu, 7 Aug 2025 00:32:29 +0200 Subject: More cleanups... --- src/shared/tools.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/shared/tools.h') diff --git a/src/shared/tools.h b/src/shared/tools.h index 709f056..6e7eeab 100644 --- a/src/shared/tools.h +++ b/src/shared/tools.h @@ -1012,17 +1012,12 @@ static inline uchar cubeupper(uchar c) { extern size_t decodeutf8(uchar *dst, size_t dstlen, const uchar *src, size_t srclen, size_t *carry = NULL); extern size_t encodeutf8(uchar *dstbuf, size_t dstlen, const uchar *srcbuf, size_t srclen, size_t *carry = NULL); -extern string homedir; - extern char *makerelpath(const char *dir, const char *file, const char *prefix = NULL, const char *cmd = NULL); extern char *path(char *s); extern char *path(const char *s, bool copy); extern const char *parentdir(const char *directory); extern bool fileexists(const char *path, const char *mode); extern bool createdir(const char *path); -extern size_t fixpackagedir(char *dir); -extern const char *sethomedir(const char *dir); -extern const char *addpackagedir(const char *dir); extern const char *findfile(const char *filename, const char *mode); extern bool findzipfile(const char *filename); extern stream *openrawfile(const char *filename, const char *mode); -- cgit v1.2.3