summaryrefslogtreecommitdiff
path: root/src/base64.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-13 08:14:28 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-13 08:14:28 +0000
commitfad64fe594bf7b5c13a09f343392e5552c7a4d81 (patch)
tree5819d73d729291a376698c853b9e1da2f41895a7 /src/base64.h
parenta72e1b4a1e403555da9270480bda7770b3d95ee2 (diff)
use GMappedFile instead of mmap. simpler and more portable.. I think an easy windows build should be possible using mingw now.
Diffstat (limited to 'src/base64.h')
-rw-r--r--src/base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base64.h b/src/base64.h
index e47bf62..ab84071 100644
--- a/src/base64.h
+++ b/src/base64.h
@@ -20,6 +20,6 @@
#ifndef BASE64_H_
#define BASE64_H_
-char *base64encode(char *filename);
+gchar *base64encode(const gchar *filename);
#endif /* BASE64_H_ */