aboutsummaryrefslogtreecommitdiff
path: root/browser-cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'browser-cli.h')
-rw-r--r--browser-cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser-cli.h b/browser-cli.h
index 39f89bf..1837c6a 100644
--- a/browser-cli.h
+++ b/browser-cli.h
@@ -7,6 +7,6 @@ void initRendering();
void freeRendering();
void renderPage(const sds page);
-int handleCLI(sds authority, sds *address, const sds page);
+int handleCLI(sds *host, sds *port, sds *uri, const sds page);
#endif