home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 November
/
PCWorld_2000-11_cd.bin
/
Komunik
/
sambar444
/
_SETUP.1
/
sendmail.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-06-18
|
1KB
|
44 lines
/*
** SENDMAIL.H
**
** This header file contains the public HTTP interfaces used by the
** Sambar Server for interfacing with the Sendmail Utility.
**
** Confidential Property of Tod Sambar
** (c) Copyright Tod Sambar 1996-1997
** All rights reserved.
**
**
** History:
** Chg# Date Description Resp
** ---- ------- ------------------------------------------------------- ----
** 6APR97 Created sambar
*/
#if !defined(__SENDMAIL_H__)
#define __SENDMAIL_H__
#include <sambar.h>
/*
** Sambar Server/Finacial Tools DLL Function Prototypes
*/
#if defined(__cplusplus)
extern "C" {
#endif /* defined(__cplusplus) */
extern SA_RETCODE SA_EXPORT sendmail_init(SA_CTX *sactx);
extern SA_RETCODE SA_EXPORT sendmail_init2(SA_CTX *sactx);
/*
** Financial Calculators
*/
extern SA_RETCODE SA_PUBLIC sendmail_form(SA_CTX *sactx, SA_CONN *saconn,
SA_PARAMS *saparams, SA_INT *infop);
#if defined(__cplusplus)
}
#endif /* defined(__cplusplus) */
#endif /* __SENDMAIL_H__ */