[see] / see / trunk / ssp / httpd.h Repository:
ViewVC logotype

View of /see/trunk/ssp/httpd.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1149 - (download) (as text) (annotate)
Sun Aug 27 08:05:41 2006 UTC (4 years ago) by d
File size: 71 byte(s)
Add SSP example - an embedded javascript HTTP server. Idea from J Brook Monroe

struct header {
	char *name;
	char *value;
	struct header *next;
};



David Leonard
ViewVC Help
Powered by ViewVC 1.0.9