comparison fluid-mnf/misc.h @ 354:f89a20e7adc7

fluid-mnf: helper files sought in proper install location
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 13 Mar 2020 19:56:56 +0000
parents 9cecc930d78f
children
comparison
equal deleted inserted replaced
353:3aecf9bc1bf3 354:f89a20e7adc7
10 * 10 *
11 ******************************************************************************/ 11 ******************************************************************************/
12 12
13 int dirname_len(const char *pathname); 13 int dirname_len(const char *pathname);
14 int pathname_make(char *buf, int size, const char *dirname, const char *leafname); 14 int pathname_make(char *buf, int size, const char *dirname, const char *leafname);
15 int pathname_make_instdir(char *buf, int size, const char *leafname);
15 16
16 void progress_begin(int n); 17 void progress_begin(int n);
17 void progress_update_simple(int n); 18 void progress_update_simple(int n);
18 void progress_update(int n); 19 void progress_update(int n);
19 void progress_end(int n); 20 void progress_end(int n);