Code

Change type of a number of rdf-related fields from char* to char const *.
[inkscape.git] / src / dialogs / input.h
1 #ifndef __SP_INPUT_H__
2 #define __SP_INPUT_H__
4 /**
5  * \brief  Extended input device dialog
6  *
7  * Author:
8  *   Nicklas Lindgren <nili@lysator.liu.se>
9  *
10  * Copyright (C) 2005 Authors
11  *
12  * Released under GNU GPL, read the file 'COPYING' for more information
13  */
16 void sp_input_load_from_preferences (void);
17 void sp_input_save_to_preferences (void);
18 void sp_input_dialog (void);
21 #endif
23 /*
24   Local Variables:
25   mode:c++
26   c-file-style:"stroustrup"
27   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
28   indent-tabs-mode:nil
29   fill-column:99
30   End:
31 */
32 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :