diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-01-26 12:51:56 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-01-26 12:51:56 +0100 |
commit | 4d1b81680849492bea72907e22e276fcdfdd756a (patch) | |
tree | bde1796c455edd25dc47c640d558ff7b4448bb03 /events.c | |
parent | 70350338f84596c1c5f42697774250773be52da1 (diff) | |
download | ipecamera-4d1b81680849492bea72907e22e276fcdfdd756a.tar.gz ipecamera-4d1b81680849492bea72907e22e276fcdfdd756a.tar.bz2 ipecamera-4d1b81680849492bea72907e22e276fcdfdd756a.tar.xz ipecamera-4d1b81680849492bea72907e22e276fcdfdd756a.zip |
Added ipecamera_get_last_event_id() to public API
Diffstat (limited to 'events.c')
-rw-r--r-- | events.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -201,3 +201,6 @@ retry: return 0; } +pcilib_event_id_t ipecamera_get_last_event_id(ipecamera_t *ctx) { + return ctx->event_id; +} |