/****************************************************************************/ /* ** K E R H O L U E . H ** *****************************************************************************/ #ifndef KERHOLUE_H #define KERHOLUE_H int EditLue(char *s,int maxs); int vaihda_muunnos(Muunnos_funktio mf); int alusta_EditLue(const char *lyh); int vapauta_EditLue(const char *lyh); #endif /* KERHOLUE_H */