X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=file.h;h=140a505ba01b1fe3adb3614e118103517a722384;hb=5b1c780d1a3e02a6f64242ef5d8c0a2dc71de3ec;hp=c462b1084cdd77cbb7f14c47b3066559d2a52019;hpb=15eb99dcf9a30f8c8d488d5bc3c92130cf828d60;p=dss.git diff --git a/file.h b/file.h index c462b10..140a505 100644 --- a/file.h +++ b/file.h @@ -3,7 +3,6 @@ * * Licensed under the GPL v2. For licencing details see COPYING. */ -int dss_chdir(const char *path); int for_each_subdir(int (*func)(const char *, void *), void *private_data); __must_check int mark_fd_nonblocking(int fd); /**