0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[quickjs] Added location_goto_const to avoid some warnings

This commit is contained in:
Witold Filipczyk
2022-01-14 19:48:40 +01:00
parent b9f696ffe5
commit 2237cb002d
4 changed files with 23 additions and 11 deletions

View File

@@ -154,6 +154,7 @@ void toggle_ecmascript(struct session *ses);
void *document_parse(struct document *document);
void free_document(void *doc);
void location_goto(struct document_view *doc_view, char *url);
void location_goto_const(struct document_view *doc_view, const char *url);
extern char *console_error_filename;
extern char *console_log_filename;