Add the missing field in the first message.
[cascardo/libreceita.git] / decfile.c
index 001541d..2220638 100644 (file)
--- a/decfile.c
+++ b/decfile.c
@@ -342,3 +342,8 @@ char * rnet_decfile_get_file_hash(struct rnet_decfile *decfile)
                                        decfile->message->len);
        return hash;
 }
+
+char * rnet_decfile_get_header(struct rnet_decfile *decfile)
+{
+       return get_header(decfile);
+}