On 04/24/2015 06:34 PM, Ben Pfaff wrote:
> These functions will have their first users in upcoming commits.
> 
> Signed-off-by: Ben Pfaff <b...@nicira.com>
> ---
>  ovn/lib/lex.c |   28 ++++++++++++++++++++++++++++
>  ovn/lib/lex.h |    2 ++
>  2 files changed, 30 insertions(+)
> 

> diff --git a/ovn/lib/lex.h b/ovn/lib/lex.h
> index 29e922c..df4db2d 100644
> --- a/ovn/lib/lex.h
> +++ b/ovn/lib/lex.h
> @@ -105,6 +105,8 @@ void lexer_init(struct lexer *, const char *input);
>  void lexer_destroy(struct lexer *);
>  
>  enum lex_type lexer_get(struct lexer *);
> +enum lex_type lexer_lookahead(const struct lexer *);
>  bool lexer_match(struct lexer *, enum lex_type);
> +bool lexer_match_id(struct lexer *, const char *id);

I think you meant to remove "id" here.

Acked-by: Russell Bryant <rbry...@redhat.com>

-- 
Russell Bryant
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to