X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=file.h;h=140a505ba01b1fe3adb3614e118103517a722384;hp=c462b1084cdd77cbb7f14c47b3066559d2a52019;hb=e64460eb7c840399e46fc54da3b348fee33e550d;hpb=15eb99dcf9a30f8c8d488d5bc3c92130cf828d60 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); /**