diff options
Diffstat (limited to '')
-rw-r--r-- | agent/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/command.c b/agent/command.c index ba2bfe8b8..a77ceaff2 100644 --- a/agent/command.c +++ b/agent/command.c @@ -1183,6 +1183,8 @@ option_handler (assuan_context_t ctx, const char *key, const char *value) return 0; } + + /* Tell the assuan library about our commands */ static int |