summaryrefslogtreecommitdiffstats
path: root/email.h
diff options
context:
space:
mode:
authorJames <31272717+gpd-pocket-hacker@users.noreply.github.com>2020-11-09 16:10:37 +0000
committerJames <31272717+gpd-pocket-hacker@users.noreply.github.com>2020-11-09 16:24:06 +0000
commitbfac22dc79164bab10185188e12cee313ab96de9 (patch)
tree4cee4dd9631304042982ddb0a248a541d9b6af12 /email.h
parent6a27a521f99c7babc9d000465b661f66b54ee101 (diff)
downloadgalaxy_tools-bfac22dc79164bab10185188e12cee313ab96de9.tar.gz
galaxy_tools-bfac22dc79164bab10185188e12cee313ab96de9.tar.bz2
galaxy_tools-bfac22dc79164bab10185188e12cee313ab96de9.zip
add email support
Diffstat (limited to 'email.h')
-rw-r--r--email.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/email.h b/email.h
new file mode 100644
index 0000000..af81eee
--- /dev/null
+++ b/email.h
@@ -0,0 +1,2 @@
+extern void send_email(const char *to,const char *subject, const char *body);
+