]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/file-find.h
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / file-find.h
index b188e12dde2f561f85e823037cae062b6ed5b277..25b8c41436722e5ec746b59fa3963aaa320d0055 100644 (file)
@@ -1,8 +1,6 @@
 /* Prototypes and data structures used for implementing functions for
    finding files relative to GCC binaries.
-   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1992-2021 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -40,8 +38,9 @@ struct path_prefix
 };
 
 extern void find_file_set_debug (bool);
-extern char *find_a_file (struct path_prefix *, const char *);
+extern char *find_a_file (struct path_prefix *, const char *, int);
 extern void add_prefix (struct path_prefix *, const char *);
+extern void add_prefix_begin (struct path_prefix *, const char *);
 extern void prefix_from_env (const char *, struct path_prefix *);
 extern void prefix_from_string (const char *, struct path_prefix *);