Code

Extensions. XAML export improvements.
[inkscape.git] / src / id-clash.h
1 #ifndef SEEN_ID_CLASH_H
2 #define SEEN_ID_CLASH_H
4 #include "document.h"
6 void prevent_id_clashes(SPDocument *imported_doc, SPDocument *current_doc);
8 #endif /* !SEEN_ID_CLASH_H */
10 /*
11   Local Variables:
12   mode:c++
13   c-file-style:"stroustrup"
14   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
15   indent-tabs-mode:nil
16   fill-column:99
17   End:
18 */
19 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :