libmail.h revision 2
2N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A#ifndef _LIBMAIL_H
2N/A#define _LIBMAIL_H
2N/A#include <maillock.h>
2N/A#include "s_string.h"
2N/A#ifdef FILENAME_MAX
2N/Aextern char *maildomain(void);
2N/Aextern char **setup_exec(char *s);
2N/Aextern int copystream();
2N/Aextern char *maildomain();
2N/Aextern char **setup_exec();