chiark / gitweb /
Import gnupg2_2.1.17.orig.tar.bz2
[gnupg2.git] / dirmngr / dirmngr-err.h
1 /* Definition of the gpg-error source.  */
2
3 #ifndef DIRMNGR_ERR_H
4 #define DIRMNGR_ERR_H
5
6 #ifdef GPG_ERR_SOURCE_DEFAULT
7 #error GPG_ERR_SOURCE_DEFAULT already defined
8 #endif
9 #define GPG_ERR_SOURCE_DEFAULT  GPG_ERR_SOURCE_DIRMNGR
10 #include <gpg-error.h>
11
12 #endif /*DIRMNGR_ERR_H*/