1 #ifndef __GABEDIT_GAMESSGUESS_H__
2 #define __GABEDIT_GAMESSGUESS_H__
3 
4 void initGamessGuessFrame();
5 void setSensitiveGamessGuessFrame(gboolean sensitive);
6 void putGamessGuessInfoInTextEditor();
7 void createGamessGuessFrame(GtkWidget *win, GtkWidget *box);
8 
9 #endif /* __GABEDIT_GAMESSGUESS_H__ */
10