summaryrefslogtreecommitdiffstats
path: root/libwebglue.h
blob: 33cb881d2578fa34b9055e4759cc64530e106fee (plain)
1
2
3
4
5
6
7
8
#ifndef LIBWEBGLUE_H
#define LIBWEBGLUE_H

void web_header(char *);
void web_echo(char *, ...);
int web_time(void);

#endif