mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
api: add function string_eval_path_home()
This commit is contained in:
@@ -44,6 +44,10 @@ extern int string_match (const char *string, const char *mask,
|
||||
extern char *string_replace (const char *string, const char *search,
|
||||
const char *replace);
|
||||
extern char *string_expand_home (const char *path);
|
||||
extern char *string_eval_path_home (const char *path,
|
||||
struct t_hashtable *pointers,
|
||||
struct t_hashtable *extra_vars,
|
||||
struct t_hashtable *options);
|
||||
extern char *string_remove_quotes (const char *string, const char *quotes);
|
||||
extern char *string_strip (const char *string, int left, int right,
|
||||
const char *chars);
|
||||
|
||||
Reference in New Issue
Block a user