diff options
Diffstat (limited to 'src/dabInput.h')
-rw-r--r-- | src/dabInput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dabInput.h b/src/dabInput.h index fb64459..f1b4348 100644 --- a/src/dabInput.h +++ b/src/dabInput.h @@ -31,6 +31,8 @@ extern Logger etiLog; +// TODO replace usage of dabInputOperations by a +// class hierarchy struct dabInputOperations { int (*init)(void** args); int (*open)(void* args, const char* name); |