config-parser: Export get_full_path and destroy
authorDaniel Stone <daniels@collabora.com>
Mon, 25 Nov 2019 10:30:11 +0000 (10:30 +0000)
committerDaniel Stone <daniels@collabora.com>
Mon, 25 Nov 2019 12:27:08 +0000 (12:27 +0000)
commit3ef098fad1da217cec275e35c5e9f9131d00d0bb
tree971b375ca9b5da9c86b9c1118968d2dc5679e4a4
parent531b61c14a8e08661d26f25f75423d510b364da8
config-parser: Export get_full_path and destroy

Make sure we export the get_full_path() accessor (declared in the
header, used by Weston itself) and the parser's destroy function.

Signed-off-by: Daniel Stone <daniels@collabora.com>
shared/config-parser.c