From b6ce8ee991c7e14ca214a2931bfbc4e4a5a0dc0f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 7 Jun 2015 17:37:34 +0200 Subject: Licenses for Raphael Nabet (nw) --- src/lib/util/jedparse.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/lib/util/jedparse.c') diff --git a/src/lib/util/jedparse.c b/src/lib/util/jedparse.c index b8aa6d85418..37bee01fa85 100644 --- a/src/lib/util/jedparse.c +++ b/src/lib/util/jedparse.c @@ -410,6 +410,18 @@ int jedbin_parse(const void *data, size_t length, jed_data *result) based on the jed_data provided -------------------------------------------------*/ +/** + * @fn size_t jedbin_output(const jed_data *data, void *result, size_t length) + * + * @brief Jedbin output. + * + * @param data The data. + * @param [out] result If non-null, the result. + * @param length The length. + * + * @return A size_t. + */ + size_t jedbin_output(const jed_data *data, void *result, size_t length) { UINT8 *curdst = (UINT8 *)result; -- cgit v1.2.3-70-g09d2