X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=lexer.h;h=3f83f1121e12b850ba861fc29e9f9d772b9dc3ff;hb=22d24ddd2209686fa723a62ccc19b7c2eea2d172;hp=35b2fb39af2b16f1cf20f9a1fda13ea1a2d3081e;hpb=691ed5ee7aeaaf365814f3b569f68c387e743a55;p=cparser diff --git a/lexer.h b/lexer.h index 35b2fb3..3f83f11 100644 --- a/lexer.h +++ b/lexer.h @@ -1,6 +1,6 @@ /* * This file is part of cparser. - * Copyright (C) 2007-2008 Matthias Braun + * Copyright (C) 2007-2009 Matthias Braun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -34,6 +34,8 @@ void lexer_next_preprocessing_token(void); void init_lexer(void); void exit_lexer(void); +void select_input_encoding(char const* encoding); + void lexer_open_stream(FILE *stream, const char *input_name); void lexer_open_buffer(const char *buffer, size_t len, const char *input_name);