diff options
Diffstat (limited to 'src/assuan-defs.h')
-rw-r--r-- | src/assuan-defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assuan-defs.h b/src/assuan-defs.h index 56867a6..648b881 100644 --- a/src/assuan-defs.h +++ b/src/assuan-defs.h @@ -53,6 +53,7 @@ struct cmdtbl_s { const char *name; assuan_handler_t handler; + const char *helpstr; }; |