Code

Merge from trunk.
[inkscape.git] / src / sp-filter-primitive.h
index 889c40e40b4ea08774811f05d17de4c60b5b0540..92f36e7aeca6e97a5773222198a04ebad5df6e04 100644 (file)
@@ -42,6 +42,7 @@ GType sp_filter_primitive_get_type (void);
 /* Common initialization for filter primitives */
 void sp_filter_primitive_renderer_common(SPFilterPrimitive *sp_prim, Inkscape::Filters::FilterPrimitive *nr_prim);
 
+int sp_filter_primitive_name_previous_out(SPFilterPrimitive *prim);
 int sp_filter_primitive_read_in(SPFilterPrimitive *prim, gchar const *name);
 int sp_filter_primitive_read_result(SPFilterPrimitive *prim, gchar const *name);
 
@@ -55,4 +56,4 @@ int sp_filter_primitive_read_result(SPFilterPrimitive *prim, gchar const *name);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :