6 #define LIBDIR "/usr/local/lib/fgis/"
7 FILE *lookup_file(const char *name,const char *suffix,const char *dir);
8 /* éÝÅÔ ÆÁÊÌ ÓÎÁÞÁÌÁ × ÔÅËÕÝÅÊ ÄÉÒÅËÔÏÒÉÉ, ÐÏÔÏÍ × ÄÉÒÅËÔÏÒÉÉ
9 dir × ÔÅËÕÝÅÊ ÄÉÒÅËÔÏÒÉÉ, ÐÏÔÏÍ × /usr/local/lib/fgis/$dir */
10 char *default_ext(const char *filename,const char *ext);
11 char *force_ext(const char *filename,const char *ext);
12 char *last_ext(const char *name);
13 int show_progress(int row,int seqno,int total);
14 int check_int(int row,int seqno, int total);
15 int show_percent(int row,int seqno,int total);
16 void install_progress_indicator(int (*)(int,int,int));
17 int clear_progress(int success);
18 void show_version(char *name,char *RCS_ID);