diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libirecovery.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 151cbae..e0b6f84 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c | |||
@@ -3053,6 +3053,15 @@ void irecv_set_debug_level(int level) | |||
3053 | #endif | 3053 | #endif |
3054 | } | 3054 | } |
3055 | 3055 | ||
3056 | const char* irecv_version() | ||
3057 | { | ||
3058 | #ifndef PACKAGE_VERSION | ||
3059 | #error PACKAGE_VERSION is not defined! | ||
3060 | #endif | ||
3061 | return PACKAGE_VERSION; | ||
3062 | } | ||
3063 | |||
3064 | |||
3056 | #ifndef USE_DUMMY | 3065 | #ifndef USE_DUMMY |
3057 | static irecv_error_t irecv_send_command_raw(irecv_client_t client, const char* command, uint8_t b_request) | 3066 | static irecv_error_t irecv_send_command_raw(irecv_client_t client, const char* command, uint8_t b_request) |
3058 | { | 3067 | { |