summaryrefslogtreecommitdiff
path: root/nuttx/netutils/smtp/smtp-strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/netutils/smtp/smtp-strings.h')
-rw-r--r--nuttx/netutils/smtp/smtp-strings.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/netutils/smtp/smtp-strings.h b/nuttx/netutils/smtp/smtp-strings.h
new file mode 100644
index 000000000..4bff8583c
--- /dev/null
+++ b/nuttx/netutils/smtp/smtp-strings.h
@@ -0,0 +1,11 @@
+extern const char smtp_220[4];
+extern const char smtp_helo[6];
+extern const char smtp_mail_from[12];
+extern const char smtp_rcpt_to[10];
+extern const char smtp_data[7];
+extern const char smtp_to[5];
+extern const char smtp_from[7];
+extern const char smtp_subject[10];
+extern const char smtp_quit[7];
+extern const char smtp_crnl[3];
+extern const char smtp_crnlperiodcrnl[6];