aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-17 23:37:21 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-17 23:37:21 -0800
commit533d0f5382797c702ac3976c1a7da27590ec1fb9 (patch)
tree9b48f3857f6b3374d4ee5e3f7a0adedeb25e3cc0 /notmuch-client.h
parentd6faef5b76ced057902783d3a22b2b3d03fd2d45 (diff)
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.
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h9
1 files changed, 0 insertions, 9 deletions
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 {