X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=file.h;h=140a505ba01b1fe3adb3614e118103517a722384;hb=04a4e5db8eeb1744d668353366bf5e98491550d5;hp=c462b1084cdd77cbb7f14c47b3066559d2a52019;hpb=8daf8f3836e745ba07f1aa01252279588574c95a;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); /**