diff options
author | 2015-06-07 17:37:34 +0200 | |
---|---|---|
committer | 2015-06-07 17:37:34 +0200 | |
commit | b6ce8ee991c7e14ca214a2931bfbc4e4a5a0dc0f (patch) | |
tree | da1e239053b7bfd9e841a103bbb36aefb71c4e7f /src/lib/util/jedparse.c | |
parent | b6a4cf45ca6fdf842b319806d61d638cf2d8b2d2 (diff) |
Licenses for Raphael Nabet (nw)
Diffstat (limited to 'src/lib/util/jedparse.c')
-rw-r--r-- | src/lib/util/jedparse.c | 12 |
1 files changed, 12 insertions, 0 deletions
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; |