/[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.7/parser.h revision 10 by dpavlin, Sat Oct 6 16:29:14 2007 UTC upstream/dynamips-0.2.8-RC1/parser.h revision 11 by dpavlin, Sat Oct 6 16:33:40 2007 UTC
# 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.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26