1 extern void  init_risk();
2 
3 extern char *get_picture(
4 #ifndef _NO_PROTO
5 char *filen,
6 int fx,
7 int fy
8 #endif
9 );
10