Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add an extra level of indirection to main()
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index 938c6915858b93b7c860e49e906c45e0e2ea5d03..890e1cbb64fa391892abae04b491dd3232ecd032 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-1494,7
+1494,7
@@
static int curl_append_msgs_to_imap(struct imap_server_conf *server,
}
#endif
-int
main(int argc,
char **argv)
+int
cmd_main(int argc, const
char **argv)
{
struct strbuf all_msgs = STRBUF_INIT;
int total;