mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Allow to store an arbitrary pointer in the context.
Added assuan_write_status().
This commit is contained in:
parent
2b2a800a77
commit
f375790d24
4 changed files with 60 additions and 0 deletions
|
@ -35,6 +35,8 @@ struct cmdtbl_s {
|
|||
struct assuan_context_s {
|
||||
AssuanError err_no;
|
||||
const char *err_str;
|
||||
|
||||
void *user_pointer; /* for assuan_[gs]et_pointer () */
|
||||
|
||||
struct {
|
||||
int fd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue