[geany/geany-plugins] 4493d7: geanypg: Add ifndef to ensure geanypg.h is only included once
Frank Lanitz
git-noreply at xxxxx
Tue Sep 25 14:49:11 UTC 2012
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Tue, 25 Sep 2012 14:49:11
Commit: 4493d7e9b7320ffa2609889c9385dfff224f496d
https://github.com/geany/geany-plugins/commit/4493d7e9b7320ffa2609889c9385dfff224f496d
Log Message:
-----------
geanypg: Add ifndef to ensure geanypg.h is only included once
Modified Paths:
--------------
geanypg/src/geanypg.h
Modified: geanypg/src/geanypg.h
4 files changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -18,6 +18,8 @@
* MA 02110-1301, USA.
*/
+#ifndef GEANYPG_H
+#define GEANYPG_H
#include <stdio.h>
#include <stdlib.h>
@@ -84,3 +86,5 @@ gpgme_error_t geanypg_passphrase_cb(void *hook,
const char *passphrase_info,
int prev_was_bad ,
int fd);
+
+#endif
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list