[geany/geany] 377944: Add G_BEGIN_DECLS and G_END_DECLS to spawn.h
Matthew Brush
git-noreply at xxxxx
Sun Jun 21 03:25:08 UTC 2015
Branch: refs/heads/master
Author: Matthew Brush <matt at geany.org>
Committer: Matthew Brush <matt at geany.org>
Date: Sun, 21 Jun 2015 03:25:08 UTC
Commit: 37794432ccf22acd24dbc3b29000ad06ad904afc
https://github.com/geany/geany/commit/37794432ccf22acd24dbc3b29000ad06ad904afc
Log Message:
-----------
Add G_BEGIN_DECLS and G_END_DECLS to spawn.h
Modified Paths:
--------------
src/spawn.h
Modified: src/spawn.h
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -33,6 +33,8 @@
# include <sys/wait.h>
#endif
+G_BEGIN_DECLS
+
gchar *spawn_get_program_name(const gchar *command_line, GError **error);
gboolean spawn_check_command(const gchar *command_line, gboolean execute, GError **error);
@@ -104,4 +106,6 @@ gboolean spawn_sync(const gchar *working_directory, const gchar *command_line, g
gchar **envp, SpawnWriteData *stdin_data, GString *stdout_data, GString *stderr_data,
gint *exit_status, GError **error);
+G_END_DECLS
+
#endif /* GEANY_SPAWN_H */
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list