From c44fbbea0488dada04e7183eb7518fa972375bce Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 18 Sep 2011 16:44:32 +0000 Subject: base64.c has gone from being a base64 implementation to a small wrapper around GMappedFile and the glib base64 encoder. Makes more sense in util.c now. --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 03d8165..76a9719 100644 --- a/src/util.h +++ b/src/util.h @@ -66,5 +66,6 @@ int evutil_vsnprintf(char *buf, size_t buflen, const char *format, void rm_trailing_slashes(gchar *str); void trg_widget_set_visible(GtkWidget * w, gboolean visible); gdouble json_double_to_progress(JsonNode *n); +gchar *trg_base64encode(const gchar *filename); #endif /* UTIL_H_ */ -- cgit v1.2.3