gawk

[old] Sed-like interface to the Gopher protocol
Log | Files | Refs | LICENSE

commit baa42cc90e2fa2a9f9ae14d0ae50216c2cd40155
parent b101976ee05375f91883d127fa93ddd84ad4f30e
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Mon, 21 Dec 2020 01:22:57 -0800

Fix header precedence

Diffstat:
Mmain.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.c b/main.c @@ -40,11 +40,11 @@ enum gphitem { GI_INFO, GI_PATH, GI_HOST, GI_PORT, GI_NULL }; +int gawk(int depth, const char *tmpdir, const char *host, const char *path, const char *port); + static int timeout = 5 * 1000; static char *gphfmt[] = { "gophmt", NULL }; -int gawk(int depth, const char *tmpdir, const char *host, const char *path, const char *port); - FILE * wfopen(const char *path, const char *mode) {