aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/syncmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/syncmanager.h')
-rw-r--r--hardinfo2/syncmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/syncmanager.h b/hardinfo2/syncmanager.h
index 9cd812d0..78ca2153 100644
--- a/hardinfo2/syncmanager.h
+++ b/hardinfo2/syncmanager.h
@@ -29,6 +29,7 @@ struct _SyncEntry {
gchar *save_to;
gchar *(*get_data)(void);
+ void (*callback)(SyncEntry *entry, const gchar *response);
gboolean selected;
};