First small part of lib cleanup. Mainly "constification" of arguments and
adding FIXME's.
diff --git a/lib/network.h b/lib/network.h
index 0544361..f0a7d4d 100644
--- a/lib/network.h
+++ b/lib/network.h
@@ -24,6 +24,6 @@
 #define _ZEBRA_NETWORK_H
 
 int readn (int, u_char *, int);
-int writen (int, u_char *, int);
+int writen (int, const u_char *, int);
 
 #endif /* _ZEBRA_NETWORK_H */