X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fbluesky-private.h;h=b77f819a391c3dcbeebc1d8f0c470ce9cfd45680;hb=4540b5b4a664faa0cdac04b61a2e336dc5cadf94;hp=320886c74f4bb87547a2e95042416dd1d28733b4;hpb=bb92882c6f3b517f8a30c268792642870ac896d2;p=bluesky.git diff --git a/bluesky/bluesky-private.h b/bluesky/bluesky-private.h index 320886c..b77f819 100644 --- a/bluesky/bluesky-private.h +++ b/bluesky/bluesky-private.h @@ -83,7 +83,7 @@ struct BlueSkyNotifierList { /* The abstraction layer for storage, allowing multiple implementations. */ typedef struct { /* Create a new store instance and return a handle to it. */ - gpointer (*create)(); + gpointer (*create)(const gchar *path); /* Clean up any resources used by this store. */ void (*destroy)(gpointer store);