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