From a3a51e321ff931b45373afc4f9d0886249359ca0 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 8 May 2016 00:29:54 +0200 Subject: directives: declare directive functions as static --- src/directives.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/directives.c') diff --git a/src/directives.c b/src/directives.c index eb6166b..65d2e7b 100644 --- a/src/directives.c +++ b/src/directives.c @@ -39,7 +39,7 @@ blogc_directive_loader(blogc_directive_ctx_t *ctx, blogc_error_t **err) } -char* +static char* blogc_directive_youtube(blogc_directive_ctx_t *ctx, blogc_error_t **err) { if (ctx->argument == NULL) { -- cgit v1.2.3-18-g5258