]> www.wagner.pp.ru Git - oss/fgis.git/blob - include/eppl_ut.h
First checked in version
[oss/fgis.git] / include / eppl_ut.h
1 #ifndef EPPL_UT_H
2 #define EPPL_UT_H
3 #include <stdio.h>
4 #include <getopt.h>
5 #include <unistd.h>
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);
19 #endif