~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to hald/rule.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        MATCH_COMPARE_GE,
81
81
        MATCH_SIBLING_CONTAINS,
82
82
        MATCH_COMPARE_NE,
83
 
        MATCH_CONTAINS_NOT
 
83
        MATCH_CONTAINS_NOT,
 
84
        MATCH_DOUBLE,
 
85
        MATCH_CONTAINS_OUTOF,
 
86
        MATCH_INT_OUTOF,
 
87
        MATCH_PREFIX_OUTOF,
 
88
        MATCH_STRING_OUTOF,
84
89
} match_type;
85
90
 
86
91
/* a "rule" structure that is a generic node of the fdi file */