summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/plaparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/plaparse.c')
-rw-r--r--src/lib/util/plaparse.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/util/plaparse.c b/src/lib/util/plaparse.c
index 03502e80560..f6228d2cbe9 100644
--- a/src/lib/util/plaparse.c
+++ b/src/lib/util/plaparse.c
@@ -294,6 +294,18 @@ static bool process_field(jed_data *data, const UINT8 **src, const UINT8 *srcend
that has been loaded raw into memory
-------------------------------------------------*/
+/**
+ * @fn int pla_parse(const void *data, size_t length, jed_data *result)
+ *
+ * @brief Pla parse.
+ *
+ * @param data The data.
+ * @param length The length.
+ * @param [out] result If non-null, the result.
+ *
+ * @return An int.
+ */
+
int pla_parse(const void *data, size_t length, jed_data *result)
{
const UINT8 *src = (const UINT8 *)data;