#include "../config.h"
#include "../engine/hlbr.h"
#include "action.h"
Go to the source code of this file.
Defines | |
#define | MAX_EMAIL_ARG_LEN 512 |
Functions | |
int | InitActionAlertEMail () |
#define MAX_EMAIL_ARG_LEN 512 |
Definition at line 8 of file action_alert_email.h.
Referenced by AlertEMailParseArgs(), and EMailMessageReal().
int InitActionAlertEMail | ( | ) |
Definition at line 304 of file action_alert_email.c.
References ACTION_NONE, action_item::ActionFunc, global_vars::ActionItems, AlertEMailAction(), AlertEMailMessage(), AlertEMailParseArgs(), CreateAction(), FALSE, Globals, action_item::MessageFunc, action_item::ParseArgs, and TRUE.
Referenced by InitActions().