163ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn
263ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn/*--------------------------------------------------------------------*/
363ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn/*--- Startup: search PATH for an executable                       ---*/
463ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn/*---                                      priv_initimg-pathscan.h ---*/
563ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn/*--------------------------------------------------------------------*/
663ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn
763ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn/*
863ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   This file is part of Valgrind, a dynamic binary instrumentation
963ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   framework.
1063ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn
11b3a1e4bffbdbbf38304f216af405009868f43628sewardj   Copyright (C) 2006-2015 OpenWorks LLP
1263ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn      info@open-works.co.uk
1363ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn
1463ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   This program is free software; you can redistribute it and/or
1563ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   modify it under the terms of the GNU General Public License as
1663ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   published by the Free Software Foundation; either version 2 of the
1763ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   License, or (at your option) any later version.
1863ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn
1963ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   This program is distributed in the hope that it will be useful, but
2063ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   WITHOUT ANY WARRANTY; without even the implied warranty of
2163ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
2263ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   General Public License for more details.
2363ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn
2463ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   You should have received a copy of the GNU General Public License
2563ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   along with this program; if not, write to the Free Software
2663ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
2763ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   02111-1307, USA.
2863ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn
2963ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn   The GNU General Public License is contained in the file COPYING.
3063ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn*/
3163ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn
3263ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn#ifndef __PRIV_INITIMG_PATHSCAN_H
337c2f6c13e52a7ece0888ce8c5e2c990015d86d50sewardj#define __PRIV_INITIMG_PATHSCAN_H
3463ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn
35535fb1b49a80f2e880f755ee618381de3e222ddfflorian#include "pub_core_basics.h"   // HChar
36535fb1b49a80f2e880f755ee618381de3e222ddfflorian
37c8b821428c9a8e63a6d055211963eae6eccc41c0florianextern const HChar* ML_(find_executable) ( const HChar* exec );
3863ae69a7464f3cb383ea0b079f6ae5a8622a2c8fnjn
397c2f6c13e52a7ece0888ce8c5e2c990015d86d50sewardj#endif // ndef __PRIV_INITIMG_PATHSCAN_H
40