summaryrefslogtreecommitdiff
path: root/src/til_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/til_setup.h')
-rw-r--r--src/til_setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/til_setup.h b/src/til_setup.h
index 06ed4ea..905dd6e 100644
--- a/src/til_setup.h
+++ b/src/til_setup.h
@@ -11,9 +11,10 @@ struct til_setup_t {
uint32_t path_hash;
unsigned refcount;
void (*free)(til_setup_t *setup);
+ const void *creator;
};
-void * til_setup_new(const til_settings_t *settings, size_t size, void (*free_func)(til_setup_t *setup));
+void * til_setup_new(const til_settings_t *settings, size_t size, void (*free_func)(til_setup_t *setup), const void *creator);
void * til_setup_ref(til_setup_t *setup);
void * til_setup_free(til_setup_t *setup);
© All Rights Reserved