aboutsummaryrefslogtreecommitdiff
path: root/browser-cli.h
blob: 39f89bfcf2eaeb77136cb920b80320241aae6a0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef BROWSER_CLI
#define BROWSER_CLI

#include <sds/sds.h>

void initRendering();
void freeRendering();

void renderPage(const sds page);
int handleCLI(sds authority, sds *address, const sds page);

#endif