/[dynamips]/trunk/parser.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/parser.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.6-RC2/parser.h revision 3 by dpavlin, Sat Oct 6 16:05:34 2007 UTC trunk/parser.h revision 12 by dpavlin, Sat Oct 6 16:45:40 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   * Cisco 7200 (Predator) simulation platform.   * Cisco router simulation platform.
3   * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)   * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
4   */   */
5    
# Line 65  void parser_context_init(parser_context_ Line 65  void parser_context_init(parser_context_
65  void parser_context_free(parser_context_t *ctx);  void parser_context_free(parser_context_t *ctx);
66    
67  /* Send a buffer to the tokenizer */  /* Send a buffer to the tokenizer */
68  int parser_scan_buffer(parser_context_t *ctx,u_char *buf,size_t buf_size);  int parser_scan_buffer(parser_context_t *ctx,char *buf,size_t buf_size);
69    
70  /* Tokenize a string */  /* Tokenize a string */
71  int parser_tokenize(char *str,struct parser_token **tokens,int *tok_count);  int parser_tokenize(char *str,struct parser_token **tokens,int *tok_count);

Legend:
Removed from v.3  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26