diff --git a/src/gmnlm.c b/src/gmnlm.c

index 25afbaf0ce2621c4559fd34a035a9f944485aa3d..7fba942066c9d9870f78311f050ef19dc42f7ce1 100644

--- a/src/gmnlm.c

+++ b/src/gmnlm.c

@@ -10,6 +10,7 @@ #include <stdbool.h>

#include <stdio.h>

#include <string.h>

#include <sys/ioctl.h>

+#include <sys/stat.h>

#include <termios.h>

#include <unistd.h>

#include "gmni.h"

@@ -52,6 +53,17 @@ PROMPT_QUIT,

PROMPT_ANSWERED,

PROMPT_NEXT,

};

+const char *default_bookmarks =

const char *help_msg =

"The following commands are available:\n\n"

@@ -175,6 +187,20 @@ char *path_fmt = get_data_pathfmt();

static char path[PATH_MAX+1];

snprintf(path, sizeof(path), path_fmt, "bookmarks.gmi");

free(path_fmt);

static char url[PATH_MAX+1+7];

snprintf(url, sizeof(url), "file://%s", path);

set_url(browser, url, &browser->history);

@@ -867,8 +893,7 @@ if (!set_url(&browser, argv[optind], &browser.history)) {

		return 1;

	}

} else {

}

SSL_load_error_strings();

Proxy Information
Original URL
gemini://gmn.clttr.info:1965/sources/cgmnlm.git/commits/5ad3f0aaccbcf328756d0eaad0e98068587395d1.patch
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
137.026136 milliseconds
Gemini-to-HTML Time
0.769586 milliseconds

This content has been proxied by September (ba2dc).