diff options
author | James Booth <boothj5@gmail.com> | 2016-07-24 14:51:39 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-24 14:51:39 +0100 |
commit | 9cff37352a0200dbe0acb1b6a9e5810ee33743ea (patch) | |
tree | 16ee077c3b0dcb38807280e616c647fc6a207d91 /src/pgp | |
parent | 310abd401d9706cb633308cfa2c78317c720d417 (diff) | |
download | profani-tty-9cff37352a0200dbe0acb1b6a9e5810ee33743ea.tar.gz |
Make header defines consistent
Diffstat (limited to 'src/pgp')
-rw-r--r-- | src/pgp/gpg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pgp/gpg.h b/src/pgp/gpg.h index e2616b98..038578ef 100644 --- a/src/pgp/gpg.h +++ b/src/pgp/gpg.h @@ -32,8 +32,8 @@ * */ -#ifndef GPG_H -#define GPG_H +#ifndef PGP_GPG_H +#define PGP_GPG_H typedef struct pgp_key_t { char *id; |