Skip to content

Commit

Permalink
Actually add fwup_version to our exposed API list.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Jun 28, 2018
1 parent 8819dc2 commit 6101b6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linux/libfwup.map.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ LIBFWUP_1.11 {
global: fwup_set_guid_forced;
fwup_resource_free;
} libfwup.so.1;

LIBFWUP_1.12 {
global: fwup_version;
} LIBFWUP_1.11;

0 comments on commit 6101b6b

Please sign in to comment.