notify.h revision 363466
1/*
2 * Copyright (c) 2016 Proofpoint, Inc. and its suppliers.
3 *      All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 */
9
10#ifndef SM_NOTIFY_H
11#define SM_NOTIFY_H
12
13int sm_notify_init __P((int));
14int sm_notify_start __P((bool, int));
15int sm_notify_stop __P((bool, int));
16int sm_notify_rcv __P((char *, size_t, int));
17int sm_notify_snd __P((char *, size_t));
18
19#endif /* ! SM_MSG_H */
20