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

#endif