1 #ifndef __GABEDIT_PSICODEKEYWORDS_H__
2 #define __GABEDIT_PSICODEKEYWORDS_H__
3 
4 gchar* getPsicodeTypeMethod();
5 gchar* getPsicodeExcitedMethod();
6 gboolean psicodeSemiEmperical();
7 void putPsicodeKeywordsInfoInTextEditor();
8 void createPsicodeKeywordsFrame(GtkWidget *win, GtkWidget *box);
9 void setPsicodeSCFMethod(gboolean okRHF);
10 
11 #endif /* __GABEDIT_PSICODEKEYWORDS_H__ */
12