X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/6207d2f3bcf38c072c2bcaa7c9e8dbd469b5e8e6..f66203a2674e483bf257db94cb78305754ccdf81:/lib/sendmail.h?ds=sidebyside diff --git a/lib/sendmail.h b/lib/sendmail.h index d54def8..958cd79 100644 --- a/lib/sendmail.h +++ b/lib/sendmail.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2007 Richard Kettlewell + * Copyright (C) 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -35,6 +35,7 @@ pid_t sendmail_subprocess(const char *sender, const char *encoding, const char *content_type, const char *body); +int email_valid(const char *address); #endif /* SENDMAIL_H */