summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/jedparse.c
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2015-07-20 08:11:41 +0200
committer ImJezze <jezze@gmx.net>2015-07-20 08:11:41 +0200
commit4bcb0c13f50ddb1cd3fd0341b4bb31d9c3c7fc7a (patch)
tree55eccacfca0e69435d0d4e6615205310ca11f271 /src/lib/util/jedparse.c
parentd132946c6f45aa8d271c6180e86f72dd08243048 (diff)
parent229785f695b26c702c8490792611f59d0366a933 (diff)
Merge pull request #5 from mamedev/master
Sync to base master
Diffstat (limited to 'src/lib/util/jedparse.c')
-rw-r--r--src/lib/util/jedparse.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/util/jedparse.c b/src/lib/util/jedparse.c
index b8aa6d85418..9bed1164303 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;