File: cgitool.h

package info (click to toggle)
berolist 2.5.9-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 436 kB
  • ctags: 98
  • sloc: ansic: 2,792; sh: 1,507; makefile: 102
file content (10 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/* $Id: cgitool.h,v 1.1.1.1 1998/08/21 18:11:02 root Exp $ */

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

char *cgi_scan(char *setting);
unsigned int cgi_count();
void html_head(char *title);
char *to_cgi(char *t);