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