]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fd.h
udp sender/receiver improvements.
[paraslash.git] / fd.h
diff --git a/fd.h b/fd.h
index 22141be2d79a7451188f0d6986b772368248ff71..ae3624d76b4cf3d06c99f24a6d5090abd8ed959a 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -24,3 +24,4 @@ int mmap_full_file(const char *filename, int open_mode, void **map,
        size_t *size, int *fd_ptr);
 int para_munmap(void *start, size_t length);
 int write_ok(int fd);
+void valid_fd_012(void);