aboutsummaryrefslogtreecommitdiffstats
path: root/include/iobuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iobuf.h')
-rw-r--r--include/iobuf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/iobuf.h b/include/iobuf.h
index 363b09e5b..cbbb74133 100644
--- a/include/iobuf.h
+++ b/include/iobuf.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-#ifndef G10_IOBUF_H
-#define G10_IOBUF_H
+#ifndef GPG_IOBUF_H
+#define GPG_IOBUF_H
#include "types.h"
@@ -144,4 +144,4 @@ int iobuf_in_block_mode( IOBUF a );
#define iobuf_get_temp_length(a) ( (a)->d.len )
#define iobuf_is_temp(a) ( (a)->use == 3 )
-#endif /*G10_IOBUF_H*/
+#endif /*GPG_IOBUF_H*/