aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
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 {