]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikwebtool_datasource.h
added capability of adding babel filter args to external datasources
[andy/viking.git] / src / vikwebtool_datasource.h
index d94b54fce73780a2ea276824aeec3d1adc121cd5..d46ab0ed8c13621aec203b7e3f469312673cd351 100644 (file)
@@ -54,7 +54,8 @@ VikWebtoolDatasource *vik_webtool_datasource_new ( );
 VikWebtoolDatasource *vik_webtool_datasource_new_with_members ( const gchar *label,
                                                                 const gchar *url,
                                                                 const gchar *url_format_code,
-                                                                const gchar *file_type );
+                                                                const gchar *file_type,
+                                                                const gchar *babel_filter_args );
 
 G_END_DECLS