[geany/geany-plugins] 57a172: GeanyPrj: Properly mark project_type_filter as external again (oops)

Colomban Wendling git-noreply at xxxxx
Sun Jul 22 15:22:02 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 22 Jul 2012 15:22:02
Commit:      57a1725da415ddb296519617f0af5554e252984f
             https://github.com/geany/geany-plugins/commit/57a1725da415ddb296519617f0af5554e252984f

Log Message:
-----------
GeanyPrj: Properly mark project_type_filter as external again (oops)

I dropped it accidentally in b89ffae.


Modified Paths:
--------------
    geanyprj/src/geanyprj.h

Modified: geanyprj/src/geanyprj.h
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -68,7 +68,7 @@ struct GeanyPrj
 extern GeanyFunctions *geany_functions;
 
 extern const gchar *project_type_string[NEW_PROJECT_TYPE_SIZE];
-gboolean (*project_type_filter[NEW_PROJECT_TYPE_SIZE]) (const gchar *);
+extern gboolean (*project_type_filter[NEW_PROJECT_TYPE_SIZE]) (const gchar *);
 
 
 /* project.c */


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list