diff options
Diffstat (limited to 'src/include/gnunet_gtk_namestore_plugin.h')
-rw-r--r-- | src/include/gnunet_gtk_namestore_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_gtk_namestore_plugin.h b/src/include/gnunet_gtk_namestore_plugin.h index 28b47ba5..c7a2d237 100644 --- a/src/include/gnunet_gtk_namestore_plugin.h +++ b/src/include/gnunet_gtk_namestore_plugin.h | |||
@@ -82,7 +82,8 @@ struct GNUNET_GTK_NAMESTORE_PluginFunctions | |||
82 | * The `n_value` is the existing value of the record as a string. | 82 | * The `n_value` is the existing value of the record as a string. |
83 | */ | 83 | */ |
84 | void (*load)(void *cls, | 84 | void (*load)(void *cls, |
85 | gchar *n_value); | 85 | gchar *n_value, |
86 | GtkBuilder *builder); | ||
86 | 87 | ||
87 | /** | 88 | /** |
88 | * Function that will be called to retrieve the final value of the | 89 | * Function that will be called to retrieve the final value of the |