X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=fd.h;h=806f8942aaf7e68bad271f521e7f5cc9720292f7;hp=d292db0aa668447e8065729cc99141b36de0dd2c;hb=a8e80f1cb5d4c7d4647f50a799e965137b5502a8;hpb=defca4768aa9b02fca97b63159dd261e4871a3ce diff --git a/fd.h b/fd.h index d292db0..806f894 100644 --- a/fd.h +++ b/fd.h @@ -1,3 +1,8 @@ +/* + * Copyright (C) 2006-2009 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);