diff options
Diffstat (limited to 'src/form.cc')
-rw-r--r-- | src/form.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/form.cc b/src/form.cc new file mode 100644 index 00000000..08062a7a --- /dev/null +++ b/src/form.cc @@ -0,0 +1,13 @@ +/* + * File: form.cc + * + * Copyright 2008 Jorge Arellano Cid <jcid@dillo.org> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + */ + +#include "form.hh" +#include "html_common.hh" |