diff options
Diffstat (limited to 'include/sm/notify.h')
| -rw-r--r-- | include/sm/notify.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/sm/notify.h b/include/sm/notify.h new file mode 100644 index 000000000000..e5c193e09b37 --- /dev/null +++ b/include/sm/notify.h @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2016 Proofpoint, Inc. and its suppliers. + * All rights reserved. + * + * By using this file, you agree to the terms and conditions set + * forth in the LICENSE file which can be found at the top level of + * the sendmail distribution. + */ + +#ifndef SM_NOTIFY_H +#define SM_NOTIFY_H + +int sm_notify_init __P((int)); +int sm_notify_start __P((bool, int)); +int sm_notify_stop __P((bool, int)); +int sm_notify_rcv __P((char *, size_t, int)); +int sm_notify_snd __P((char *, size_t)); + +#endif /* ! SM_MSG_H */ |
