Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-30 03:00:23 +0400
committerFelix Fietkau <nbd@openwrt.org>2012-10-30 03:00:23 +0400
commitefc9f4b702f44854193d015b72831b4530258aaf (patch)
tree0efbb333c0b4f6ebcf17bbb48534135bc85e341f /ustream.h
parentdc69ce4799deb53797266d55311871b9c0062066 (diff)
ustream: mark notify_read cb as optional
Diffstat (limited to 'ustream.h')
-rw-r--r--ustream.h2
1 files changed, 1 insertions, 1 deletions
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