summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index be277a042..99a05cf49 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -81,6 +81,7 @@ struct content_handler {
content_type (*type)(void);
void (*add_user)(struct content *c);
void (*remove_user)(struct content *c);
+ bool (*exec)(struct content *c, const char *src, size_t srclen);
/** handler dependant content sensitive internal data interface. */
void * (*get_internal)(const struct content *c, void *context);