X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fd.h;h=f54e76a2a8068c7f89faf4ea4eaf633e2a08ee98;hb=d184cc0fa0368ca089b1ae6f2162ccfc224bf28c;hp=d292db0aa668447e8065729cc99141b36de0dd2c;hpb=defca4768aa9b02fca97b63159dd261e4871a3ce;p=dss.git 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);