summaryrefslogtreecommitdiffstats
path: root/email.h
diff options
context:
space:
mode:
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);
+