X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=file.h;h=140a505ba01b1fe3adb3614e118103517a722384;hp=991afd4baa81755594f15016ff48a19632e8836d;hb=96c620fcf383faffb16c89c2ddd9b0857de6dfbb;hpb=6c76799c7334a12926dc1cf0c32670423cbc954f diff --git a/file.h b/file.h index 991afd4..140a505 100644 --- a/file.h +++ b/file.h @@ -1,9 +1,8 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2010 Andre Noll * * 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); /**