/* * Copyright (c) 2003-2005 Sendmail, 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. * * $Id: ssoccstr.h,v 1.5 2005/07/27 20:29:59 ca Exp $ */ #ifndef SM_SSOCC_STR_H #define SM_SSOCC_STR_H 1 #include "sm/generic.h" #include "sm/types.h" typedef struct ssocc_entry_S ssocc_entry_T, *ssocc_entry_P; typedef struct ssocc_ctx_S ssocc_ctx_T, *ssocc_ctx_P; sm_ret_T ssocc_close(ssocc_ctx_P ssocc_ctx); sm_ret_T ssocc_open(ssocc_ctx_P *_pssocc_ctx, uint _size, uint _connctl_size); #endif /* SM_SSOCC_STR_H */