OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / incpath.h
index d19b928..4c647a3 100644 (file)
@@ -1,5 +1,6 @@
 /* Set up combined include path for the preprocessor.
-   Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
+   Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
@@ -21,6 +22,7 @@ extern void register_include_chains (cpp_reader *, const char *,
                                     const char *, const char *,
                                     int, int, int);
 extern void add_cpp_dir_path (struct cpp_dir *, int);
+extern struct cpp_dir *get_added_cpp_dirs (int);
 
 struct target_c_incpath_s {
   /* Do extra includes processing.  STDINC is false iff -nostdinc was given.  */