Skip to content

Export libfvalue_data_handle_append_value_entry#8

Open
jengelh wants to merge 1 commit into
libyal:mainfrom
jengelh:master
Open

Export libfvalue_data_handle_append_value_entry#8
jengelh wants to merge 1 commit into
libyal:mainfrom
jengelh:master

Conversation

@jengelh
Copy link
Copy Markdown

@jengelh jengelh commented May 27, 2026

Commit cd1b553 was supposed to export a function used by libesedb (mentioned in the commit message), but the patch did not include it.

libesedb fails to build still with libfvalue 20260522, and exporting the function is essential:

libesedb_value_data_handle.c:175:29: error: implicit declaration of
function 'libfvalue_data_handle_append_value_entry'; did you mean
'libfvalue_data_handle_append_value_entry_data'?
[-Wimplicit-function-declaration]
  175 | if( libfvalue_data_handle_append_value_entry(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     libfvalue_data_handle_append_value_entry_data

Commit cd1b553 was supposed to
export a function used by libesedb (mentioned in the commit message),
but the patch did not include it.

libesedb fails to build still with libfvalue 20260522, and exporting
the function is essential:

```
libesedb_value_data_handle.c:175:29: error: implicit declaration of
function 'libfvalue_data_handle_append_value_entry'; did you mean
'libfvalue_data_handle_append_value_entry_data'?
[-Wimplicit-function-declaration]
  175 | if( libfvalue_data_handle_append_value_entry(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     libfvalue_data_handle_append_value_entry_data
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant