1
0
Fork 0
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:
Werner Koch 2001-11-19 12:40:30 +00:00
parent 2b2a800a77
commit f375790d24
4 changed files with 60 additions and 0 deletions

View file

@ -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;