Codebase list libcloudproviders / c1e186b
Fix warnings Patrick Griffis 6 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1717
1818 #include <gio/gio.h>
1919 #include "cloudprovideraccountexporter.h"
20 #include "cloudprovideraccountexporterpriv.h"
2021 #include "cloudprovider-generated.h"
2122
2223 typedef struct
3737 static GType test_cloud_provider_get_type (void);
3838 G_DEFINE_TYPE (TestCloudProvider, test_cloud_provider, G_TYPE_OBJECT);
3939
40 TestCloudProvider*
40 static TestCloudProvider*
4141 test_cloud_provider_new (const gchar *name)
4242 {
4343 TestCloudProvider *self;