summaryrefslogtreecommitdiffstats
path: root/src/uca-grabber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uca-grabber.h')
-rw-r--r--src/uca-grabber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uca-grabber.h b/src/uca-grabber.h
index b01f453..ac2b955 100644
--- a/src/uca-grabber.h
+++ b/src/uca-grabber.h
@@ -36,6 +36,7 @@ struct uca_grabber_t {
struct uca_grabber_t *next;
/* Function pointers to grabber-specific methods */
+ uca_grabber_destroy destroy;
uca_grabber_set_property set_property;
uca_grabber_get_property get_property;