1 #ifndef __GABEDIT_PSICODEGUESS_H__
2 #define __GABEDIT_PSICODEGUESS_H__
3 
4 void initPsicodeGuessFrame();
5 void setSensitivePsicodeGuessMixed(gboolean sensitive);
6 void putPsicodeGuessInfoInTextEditor();
7 void createPsicodeGuessFrame(GtkWidget *win, GtkWidget *box);
8 
9 #endif /* __GABEDIT_PSICODEGUESS_H__ */
10