aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-03-19 00:31:47 +0100
committercbdev <cb@cbcdn.com>2019-03-19 00:31:47 +0100
commit28000d6e09d5372ada278bc8e8d9960c5f15e678 (patch)
treeaf86e023a41e6549a8ae7eb5c4615c3e3a801017 /midimonster.h
parentf227a44b5442fc85ee66fd2f5b964b8405e6c49e (diff)
downloadmidimonster-28000d6e09d5372ada278bc8e8d9960c5f15e678.tar.gz
midimonster-28000d6e09d5372ada278bc8e8d9960c5f15e678.tar.bz2
midimonster-28000d6e09d5372ada278bc8e8d9960c5f15e678.zip
Allow the fd set to be updated at translation time (Fixes #8)
Diffstat (limited to 'midimonster.h')
-rw-r--r--midimonster.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/midimonster.h b/midimonster.h
index a3e5e1f..cffbf67 100644
--- a/midimonster.h
+++ b/midimonster.h
@@ -179,8 +179,6 @@ channel* mm_channel(instance* i, uint64_t ident, uint8_t create);
/*
* Register a file descriptor to be selected on. The backend
* will be notified via the mmbackend_process_fd call.
- * This function may only be called from within the mmbackend_start
- * procedure.
*/
int mm_manage_fd(int fd, char* backend, int manage, void* impl);
/*