summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-04-01 23:28:32 +0100
committerDaniel Drake <dsd@gentoo.org>2008-04-01 23:30:49 +0100
commitd9b2ce2894ed43d34de6850f2dac50ccabf1db55 (patch)
tree6172f22731311cb4936d63d4802fc88d6b54f21d /TODO
parent8d809854e2b19c2b7c27ab05e5d76b34e2a5cead (diff)
downloadlibusb-d9b2ce2894ed43d34de6850f2dac50ccabf1db55.tar.gz
Constify some return data
Make it clear that apps should not mess with these structures
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index e0250ab..b9bf475 100644
--- a/TODO
+++ b/TODO
@@ -6,15 +6,12 @@ error codes
fixme review
review functionality missing over 0.1
endianness of control setup, issues when resubmitting transfers
-make libusb_get_pollfds return const?
doxygen warnings
-make descriptor things const?
isochronous sync I/O?
1.0 API style/naming points to reconsider
=========================================
typedef _cb or _cb_fn or _cb_t?
-typedef as-is or pointers? libusb_dev_t rather than libusb_dev *?
for 1.1 or future
==================