1 |
/* rungpg.h - gpg calling functions |
/* rungpg.h - gpg calling functions |
2 |
* Copyright (C) 2000, 2001 Werner Koch (dd9jn), g10 Code GmbH |
* Copyright (C) 2000, 2001 Werner Koch (dd9jn), g10 Code GmbH |
3 |
* Copyright (C) 2003, 2004 Timo Schulz |
* Copyright (C) 2003, 2004, 2005 Timo Schulz |
4 |
* |
* |
5 |
* This file is part of MyGPGME. |
* This file is part of MyGPGME. |
6 |
* |
* |
108 |
STATUS_REVKEYSIG , |
STATUS_REVKEYSIG , |
109 |
STATUS_ERROR , |
STATUS_ERROR , |
110 |
STATUS_CARDCTRL, |
STATUS_CARDCTRL, |
111 |
STATUS_SIG_SUBPACKET |
STATUS_SIG_SUBPACKET, |
112 |
|
STATUS_SC_OP_SUCCESS, |
113 |
|
STATUS_SC_OP_FAILURE, |
114 |
|
STATUS_PLAINTEXT, |
115 |
|
STATUS_PLAINTEXT_LENGTH, |
116 |
} gpg_status_code_t; |
} gpg_status_code_t; |
117 |
typedef gpg_status_code_t gpg_statcode_t; |
typedef gpg_status_code_t gpg_statcode_t; |
118 |
|
|