--- np2/x11/gtk/Attic/gtktoolkit.h 2003/11/16 16:43:45 1.1 +++ np2/x11/gtk/Attic/gtktoolkit.h 2003/11/23 12:51:16 1.2 @@ -28,6 +28,10 @@ #ifndef NP2_GTK_GTKTOOLKIT_H__ #define NP2_GTK_GTKTOOLKIT_H__ +#ifdef __cplusplus +extern "C" { +#endif + extern gui_toolkit_t gtk_toolkit; const char *gui_gtk_get_toolkit(void); @@ -38,4 +42,8 @@ void gui_gtk_widget_mainloop(void); void gui_gtk_widget_quit(void); void gui_gtk_set_window_title(const char* str); +#ifdef __cplusplus +} +#endif + #endif /* NP2_GTK_GTKTOOLKIT_H__ */