#include "terminal-util.h"
#include "util.h"
-static bool urlify_enabled(void) {
+bool urlify_enabled(void) {
static int cached_urlify_enabled = -1;
/* Unfortunately 'less' doesn't support links like this yet ðŸ˜, hence let's disable this as long as there's a
int file_url_from_path(const char *path, char **ret);
+bool urlify_enabled(void);
+
int terminal_urlify(const char *url, const char *text, char **ret);
int terminal_urlify_path(const char *path, const char *text, char **ret);
int terminal_urlify_man(const char *page, const char *section, char **ret);