aboutsummaryrefslogtreecommitdiff
path: root/src/browser-cli.h
blob: a164dc9171550c0a09fc353c2cfdda8dbf3f9bb7 (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 handleBrowserCLI(sds *host, sds *port, sds *uri, const sds page);

#endif