]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/file-find.h
Fix missed IPA-CP on by-ref argument directly passed through (PR 93429)
[thirdparty/gcc.git] / gcc / file-find.h
index 0cbf8d19d0977770504c294317f79db04c83a37a..5dea79e4780c8e377fefc7add57a544d6b91bfbf 100644 (file)
@@ -1,6 +1,6 @@
 /* Prototypes and data structures used for implementing functions for
    finding files relative to GCC binaries.
-   Copyright (C) 1992-2013 Free Software Foundation, Inc.
+   Copyright (C) 1992-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -38,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 *);