From 533d0f5382797c702ac3976c1a7da27590ec1fb9 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 17 Nov 2009 23:37:21 -0800 Subject: notmuch help: Update documentation (following recent text from notmuch.1) We take the recently created text from the notmuch manual page and update the "notmuch help" command to use similar text. In particular, we add a new "notmuch help search-terms" for documenting the search syntax that is common to several commands. --- notmuch-client.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index 1e2a016a..b65aa777 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -69,15 +69,6 @@ #define STRNCMP_LITERAL(var, literal) \ strncmp ((var), (literal), sizeof (literal) - 1) -typedef int (*command_function_t) (void *ctx, int argc, char *argv[]); - -typedef struct command { - const char *name; - command_function_t function; - const char *summary; - const char *documentation; -} command_t; - typedef void (*add_files_callback_t) (notmuch_message_t *message); typedef struct { -- cgit v1.2.3