X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=ustream.h;h=634a3e7e41b9e7931cc1f17841f1246fff4e6a8c;hp=d9f98b78e86b1a7c22f6a8d918060422e59e1b3f;hb=efc9f4b702f44854193d015b72831b4530258aaf;hpb=dc69ce4799deb53797266d55311871b9c0062066 diff --git a/ustream.h b/ustream.h index d9f98b7..634a3e7 100644 --- a/ustream.h +++ b/ustream.h @@ -52,7 +52,7 @@ struct ustream { struct ustream *next; /* - * notify_read: + * notify_read: (optional) * called by the ustream core to notify that new data is available * for reading. * must not free the ustream from this callback