[geany/geany-plugins] 66c5e6: utils: Add C++ guards
Colomban Wendling
git-noreply at xxxxx
Mon Oct 16 07:11:27 UTC 2017
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Mon, 16 Oct 2017 07:11:27 UTC
Commit: 66c5e6539b02daf998f036167ba3d9428615b97e
https://github.com/geany/geany-plugins/commit/66c5e6539b02daf998f036167ba3d9428615b97e
Log Message:
-----------
utils: Add C++ guards
Modified Paths:
--------------
utils/src/filelist.h
Modified: utils/src/filelist.h
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -21,7 +21,11 @@
#include <glib.h>
+G_BEGIN_DECLS
+
GSList *gp_filelist_scan_directory(guint *files, guint *folders, const gchar *searchdir, gchar **file_patterns,
gchar **ignored_dirs_patterns, gchar **ignored_file_patterns);
+G_END_DECLS
+
#endif /* GP_UTILS_FILELIST_H */
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list