Skip to content

Commit 6101b6b

Browse files
committed
Actually add fwup_version to our exposed API list.
Signed-off-by: Peter Jones <pjones@redhat.com>
1 parent 8819dc2 commit 6101b6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

linux/libfwup.map.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ LIBFWUP_1.11 {
3030
global: fwup_set_guid_forced;
3131
fwup_resource_free;
3232
} libfwup.so.1;
33+
34+
LIBFWUP_1.12 {
35+
global: fwup_version;
36+
} LIBFWUP_1.11;

0 commit comments

Comments
 (0)