diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/common.h b/include/common.h index 93bbb26..b8fe6e4 100644 --- a/include/common.h +++ b/include/common.h @@ -148,15 +148,6 @@ bool is_filename_sane(const char *name); */ int mkdir_p(const char *path); -/* Returns 0 on success. On failure, prints error message to stderr. */ -int pushd(const char *path); - -/* Same as pushd, but the string doesn't have to be null-terminated. */ -int pushdn(const char *path, size_t len); - -/* Returns 0 on success. On failure, prints error message to stderr. */ -int popd(void); - /* A common implementation of the '--version' command line flag. */ void print_version(const char *progname); |