X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fstore.c;h=c2bb95e62db39999776b9e4088666ba175230151;hb=0d4d52cac58c229339dee35ffbc5ba3fb5b9a7b6;hp=af25ca366eb4ddbab12d0d1b940104b234d31832;hpb=38a7cd8d63ba82a8175f8e43a18a96b6188fd1a9;p=bluesky.git diff --git a/bluesky/store.c b/bluesky/store.c index af25ca3..c2bb95e 100644 --- a/bluesky/store.c +++ b/bluesky/store.c @@ -17,7 +17,7 @@ * (will) include Amazon S3 and a simple local store for testing purposes. * Operations may be performed asynchronously. */ -struct _BlueSkyStore { +struct BlueSkyStore { const BlueSkyStoreImplementation *impl; gpointer handle;