diff include/lacweb.h @ 190:3eb53c957d10

Checkboxes
author Adam Chlipala <adamc@hcoop.net>
date Thu, 07 Aug 2008 13:09:26 -0400
parents 88d46972de53
children
line wrap: on
line diff
--- a/include/lacweb.h	Sun Aug 03 19:52:37 2008 -0400
+++ b/include/lacweb.h	Thu Aug 07 13:09:26 2008 -0400
@@ -21,6 +21,7 @@
 
 void lw_set_input(lw_context, char *name, char *value);
 char *lw_get_input(lw_context, int name);
+char *lw_get_optional_input(lw_context, int name);
 
 void lw_write(lw_context, const char*);