diff options
Diffstat (limited to 'libcpp/internal.h')
| -rw-r--r-- | libcpp/internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcpp/internal.h b/libcpp/internal.h index bcf5559..ae98524 100644 --- a/libcpp/internal.h +++ b/libcpp/internal.h @@ -788,9 +788,6 @@ extern void _cpp_pop_file_buffer (cpp_reader *, struct _cpp_file *, const unsigned char *); extern bool _cpp_save_file_entries (cpp_reader *pfile, FILE *f); extern bool _cpp_read_file_entries (cpp_reader *, FILE *); -extern const char *_cpp_get_file_name (_cpp_file *); -extern struct stat *_cpp_get_file_stat (_cpp_file *); -extern struct cpp_dir *_cpp_get_file_dir (_cpp_file *); extern bool _cpp_has_header (cpp_reader *, const char *, int, enum include_type); |
