1 #ifndef __GABEDIT_GAMESSSCF_H__
2 #define __GABEDIT_GAMESSSCF_H__
3 
4 void initGamessSCFFrame();
5 void setSensitiveGamessSCFFrame(gboolean sensitive);
6 void putGamessSCFInfoInTextEditor();
7 void createGamessSCFFrame(GtkWidget *win, GtkWidget *box);
8 
9 #endif /* __GABEDIT_GAMESSSCF_H__ */
10