diff options
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r-- | g10/tdbio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/tdbio.h b/g10/tdbio.h index a64f21b5f..4eabed91c 100644 --- a/g10/tdbio.h +++ b/g10/tdbio.h @@ -18,8 +18,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifndef G10_TDBIO_H -#define G10_TDBIO_H +#ifndef GPG_TDBIO_H +#define GPG_TDBIO_H #include "host2net.h" @@ -194,4 +194,4 @@ int tdbio_search_sdir( u32 *keyid, int pubkey_algo, TRUSTREC *rec ); void tdbio_invalid(void); -#endif /*G10_TDBIO_H*/ +#endif /*GPG_TDBIO_H*/ |