chiark / gitweb /
17e8255707d4ee13f390e55abd6e5a27cdd9a3eb
[gnupg2.git] / 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*/