X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;ds=sidebyside;f=bluesky%2Fbluesky-private.h;h=b77f819a391c3dcbeebc1d8f0c470ce9cfd45680;hb=8a2da0db5d5f4f599486876396883f6207ebec6a;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);