]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - net.h
net: Combine documentation of struct flowopts.
[paraslash.git] / net.h
diff --git a/net.h b/net.h
index 0553a54a02b8a2eaee9640353d2eadf5a6b5640c..9c06dd489380e859492c75736fabb7f33e28e8ea 100644 (file)
--- a/net.h
+++ b/net.h
 /** The maximum length of the host component in an URL. */
 #define MAX_HOSTLEN 256
 
-/**
- * Flowopts: Transport-layer independent encapsulation of socket options
- *           that need to be registered prior to setting up a connection.
- */
+/* Opaque, only known to net.c. */
 struct flowopts;
 
 struct flowopts *flowopt_new(void);