/*!@file \brief Mail router for OCKoreanMartialArts.com \details This mail routing system is intended to run as a daemon for fastcgi and stores usage information in a database before sending mail to the administrator \author Ken \date Sept 2016 ----------------------------------------------------------------------------*/ /* Standard */ #include #include //mem /* Third Party */ #include /* Internal */ #include int send_mail(void); int send_mail () { return 0; }