#ifndef SP_EXPORT_H #define SP_EXPORT_H /** * \brief text-edit * * Text editing and font changes * */ void sp_export_dialog (void); #endif /* Local Variables: mode:c++ c-file-style:"stroustrup" c-file-offsets:((innamespace . 0)(inline-open . 0)) indent-tabs-mode:nil fill-column:99 End: */ // vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :