summaryrefslogtreecommitdiff
path: root/egg/egg-hex.h
diff options
context:
space:
mode:
Diffstat (limited to 'egg/egg-hex.h')
-rw-r--r--egg/egg-hex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/egg/egg-hex.h b/egg/egg-hex.h
index dd03cd1..ddd9b99 100644
--- a/egg/egg-hex.h
+++ b/egg/egg-hex.h
@@ -33,6 +33,8 @@ gchar* egg_hex_encode (const guchar *data
gchar* egg_hex_encode_full (const guchar *data,
gsize n_data,
+ gboolean upper_case,
+ gchar delim,
guint group);
#endif /* EGG_HEX_H_ */