From 57715272862097d0bbe1397ea0faa6bdbd311561 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 6 Jul 2017 14:38:57 +0100 Subject: [PATCH] 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 --- builder/builder-options.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builder/builder-options.h b/builder/builder-options.h index 0e0f6d8a..a1fb10e5 100644 --- a/builder/builder-options.h +++ b/builder/builder-options.h @@ -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,