Move check for low disk space to try_to_free_disk_space().
[dss.git] / fd.h
diff --git a/fd.h b/fd.h
index d292db0aa668447e8065729cc99141b36de0dd2c..806f8942aaf7e68bad271f521e7f5cc9720292f7 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright (C) 2006-2009 Andre Noll <maan@systemlinux.org>
+ *
+ * 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);