summaryrefslogtreecommitdiff
path: root/alpine/send.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-11-22 20:39:35 -0700
committerEduardo Chappa <chappa@washington.edu>2016-11-22 20:39:35 -0700
commitea6d8fe2d8359e4b1cf984492b3c275ea9e176ac (patch)
tree6de6cdefecc9c8d82386b3a531bec742596bbde3 /alpine/send.h
parent9506bdf26c1e98dc369857c45ee079747569f951 (diff)
downloadalpine-ea6d8fe2d8359e4b1cf984492b3c275ea9e176ac.tar.xz
* Minor updates to source to update copyright notices (part 1)
Diffstat (limited to 'alpine/send.h')
-rw-r--r--alpine/send.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/send.h b/alpine/send.h
index b6684771..eb09f494 100644
--- a/alpine/send.h
+++ b/alpine/send.h
@@ -42,12 +42,12 @@ int pine_simple_send(ENVELOPE *, BODY **, ACTION_S **, char *, char *, char
void pine_send(ENVELOPE *, BODY **, char *, ACTION_S *, char *, REPLY_S *,
REDRAFT_POS_S *, char *, PINEFIELD *, int);
int upload_msg_to_pico(char *, size_t, long *);
-void phone_home(char *);
void create_message_body(BODY **, PATMT *, int);
char *pine_send_status(int, char *, char *, size_t, int *);
int confirm_daemon_send(void);
int build_address(char *, char **,char **, BUILDER_ARG *, int *);
void free_attachment_list(PATMT **);
+void phone_home(char *);
#endif /* PINE_SEND_INCLUDED */