mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 06:11:47 -04:00
builder: Add a missing function to the header file
All the similarly named functions were in the header file, but this one was left out. Stop it feeling sad and lonely by putting it in the header file with its friends. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -41,6 +41,8 @@ const char *builder_options_get_cflags (BuilderOptions *self,
|
||||
BuilderContext *context);
|
||||
const char *builder_options_get_cxxflags (BuilderOptions *self,
|
||||
BuilderContext *context);
|
||||
const char *builder_options_get_cppflags (BuilderOptions *self,
|
||||
BuilderContext *context);
|
||||
const char *builder_options_get_ldflags (BuilderOptions *self,
|
||||
BuilderContext *context);
|
||||
const char *builder_options_get_prefix (BuilderOptions *self,
|
||||
|
||||
Reference in New Issue
Block a user