aboutsummaryrefslogtreecommitdiff
blob: bb72307a9f21cf12e3037142f74d4bf94f0b6643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright 2010-2019 Gentoo Foundation
 * Distributed under the terms of the GNU General Public License v2
 *
 * Copyright 2010-2016 Mike Frysinger  - <vapier@gentoo.org>
 */

#ifndef _XCHDIR_H
#define _XCHDIR_H 1

void xchdir(const char *path);

#endif