Change name of update helper functions for print messages

This commit is contained in:
Stefan Rueger
2022-08-04 18:25:14 +01:00
parent 4eec8d15db
commit 5f5002eeaa
2 changed files with 25 additions and 25 deletions

View File

@@ -931,10 +931,10 @@ extern int do_op(PROGRAMMER * pgm, struct avrpart * p, UPDATE * upd,
extern int memstats(struct avrpart *p, char *memtype, int size, Filestats *fsp);
// Convenience functions for printing
const char *plural(int x);
const char *inname(const char *fn);
const char *outname(const char *fn);
const char *interval(int a, int b);
const char *update_plural(int x);
const char *update_inname(const char *fn);
const char *update_outname(const char *fn);
const char *update_interval(int a, int b);
#ifdef __cplusplus
}