uhub/src
Blair Bonnett 20173e580d Revert "Check plugin API version in UCMD plugin."
This reverts commit a12e79c7ce. There is
no need to check the plugin API version within the plugin itself as
pluginloader.c does the following check (currently line 133):

(handle->plugin_api_version == PLUGIN_API_VERSION &&
 handle->plugin_funcs_size == sizeof(struct plugin_funcs))
2012-08-17 10:10:46 +12:00
..
adc Drop all ADC messages containing illegal ADC escapes. 2012-08-07 11:55:29 +02:00
core Update UCMD comment in user feature support flags. 2012-08-14 18:28:29 +12:00
network don't show error on SIGTERM in select() backend 2012-05-05 01:10:24 +02:00
plugin_api Add hub function for plugins to get list of currently connected users. 2012-08-09 15:23:33 +12:00
plugins Revert "Check plugin API version in UCMD plugin." 2012-08-17 10:10:46 +12:00
tools Command arguments handling + cleanups 2012-04-18 23:03:05 +02:00
util Fix Windows file read discrepancy. 2012-05-14 23:33:54 +02:00
system.h use "I64u" instead of PRIu64 on Windows 2012-05-11 16:45:07 +02:00
uhub.h Add UCMD extension methods to plugin API. 2012-08-02 02:26:54 +12:00