Apply a patch for fixing TDIS-5990 (CVE-2013-1940 allow physically proximate attacker...
[framework/uifw/xorg/server/xorg-server.git] / include / optionstr.h
1 #ifndef OPTIONSTR_H_
2 #define OPTIONSTR_H_
3 #include "list.h"
4
5 struct _InputOption {
6     GenericListRec list;
7     char *opt_name;
8     char *opt_val;
9     int opt_used;
10     char *opt_comment;
11 };
12
13 #endif                          /* INPUTSTRUCT_H */