File: dirmngr-err.h

package info (click to toggle)
gnupg2 2.4.7-17
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 49,656 kB
  • sloc: ansic: 287,530; sh: 7,938; lisp: 6,735; makefile: 1,982; awk: 160; xml: 53; sed: 16; python: 16; php: 14; perl: 13
file content (12 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
/* Definition of the gpg-error source.  */

#ifndef DIRMNGR_ERR_H
#define DIRMNGR_ERR_H

#ifdef GPG_ERR_SOURCE_DEFAULT
#error GPG_ERR_SOURCE_DEFAULT already defined
#endif
#define GPG_ERR_SOURCE_DEFAULT  GPG_ERR_SOURCE_DIRMNGR
#include <gpg-error.h>

#endif /*DIRMNGR_ERR_H*/