/* * GNOME panel logout module. * * Original author unknown. CORBAized by Elliot Lee * * de-CORBAized by George Lebl */ #ifndef LOGOUT_H #define LOGOUT_H #include BEGIN_GNOME_DECLS void load_logout_applet(PanelWidget *panel, int pos); END_GNOME_DECLS #endif