/* * Copyright 2010-2019 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2010-2016 Mike Frysinger - */ #ifndef _XCHDIR_H #define _XCHDIR_H 1 void xchdir(const char *path); #endif