/* * Copyright (c) 2002 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: iostub.h,v 1.3 2005/06/16 00:09:34 ca Exp $ */ #ifndef SM_IOSTUB_H #define SM_IOSTUB_H 1 /* ** just a stub for some basic I/O types to avoid circular dependencies, ** e.g., io.h -> rpool.h -> heap.h -> io.h */ typedef struct sm_file sm_file_T; typedef struct sm_stream sm_stream_T; #endif /* SM_IOSTUB_H */