--- upstream/dynamips-0.2.6-RC4/parser.h 2007/10/06 16:08:03 5 +++ upstream/dynamips-0.2.8-RC1/parser.h 2007/10/06 16:33:40 11 @@ -1,5 +1,5 @@ /* - * Cisco 7200 (Predator) simulation platform. + * Cisco router simulation platform. * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr) */ @@ -65,7 +65,7 @@ void parser_context_free(parser_context_t *ctx); /* Send a buffer to the tokenizer */ -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); /* Tokenize a string */ int parser_tokenize(char *str,struct parser_token **tokens,int *tok_count);