Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/avrdude/libavrdude.h')
-rw-r--r--src/avrdude/libavrdude.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/avrdude/libavrdude.h b/src/avrdude/libavrdude.h
index aef792476..69c17ea7b 100644
--- a/src/avrdude/libavrdude.h
+++ b/src/avrdude/libavrdude.h
@@ -820,6 +820,8 @@ extern "C" {
char * fmtstr(FILEFMT format);
+FILE *fopen_utf8(const char *filename, const char *mode);
+
int fileio(int op, char * filename, FILEFMT format,
struct avrpart * p, char * memtype, int size, unsigned section);