~ubuntu-branches/ubuntu/oneiric/lynx-cur/oneiric-updates

« back to all changes in this revision

Viewing changes to src/HTForms.h

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2009-06-07 21:50:20 UTC
  • mfrom: (1.20.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090607215020-w4i7y7azbrlskove
Tags: 2.8.7pre5-1
New Upstream Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $LynxId: HTForms.h,v 1.26 2008/09/07 16:35:26 tom Exp $
 
2
 * $LynxId: HTForms.h,v 1.27 2009/05/28 22:49:51 tom Exp $
3
3
 */
4
4
#ifndef HTFORMS_H
5
5
#define HTFORMS_H
133
133
        F_FILE_TYPE,
134
134
        F_TEXT_SUBMIT_TYPE,
135
135
        F_IMAGE_SUBMIT_TYPE,
136
 
        F_KEYGEN_TYPE
 
136
        F_KEYGEN_TYPE,
 
137
        F_BUTTON_TYPE
137
138
    } FieldTypes;
138
139
 
139
140
#define F_TEXTLIKE(type) ((type) == F_TEXT_TYPE || \