1 #ifndef __GABEDIT_DEMONKEYWORDS_H__
2 #define __GABEDIT_DEMONKEYWORDS_H__
3 
4 gboolean demonSemiEmperical();
5 void putDeMonKeywordsInfoInTextEditor();
6 void createDeMonKeywordsFrame(GtkWidget *win, GtkWidget *box);
7 void setDeMonSCFMethod(gboolean okRHF);
8 
9 #endif /* __GABEDIT_DEMONKEYWORDS_H__ */
10