/* * Copyright (c) 2004 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: occstr.h,v 1.3 2005/06/16 00:09:34 ca Exp $ */ #ifndef SM_OCCSTR_H #define SM_OCCSTR_H 1 #include "sm/generic.h" #ifndef DA_OCC_RSC # define DA_OCC_RSC 1 #endif typedef struct occ_ctx_S occ_ctx_T, *occ_ctx_P; sm_ret_T occ_open(occ_ctx_P *_pocc_ctx, uint _size); sm_ret_T occ_close(occ_ctx_P _occ_ctx); #endif /* SM_OCCSTR_H */