bf.h
上传用户:xu_441
上传日期:2007-01-04
资源大小:1640k
文件大小:1k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. /*
  2.  * Copyright (c) 1999 Sendmail, Inc. and its suppliers.
  3.  * All rights reserved.
  4.  *
  5.  * By using this file, you agree to the terms and conditions set
  6.  * forth in the LICENSE file which can be found at the top level of
  7.  * the sendmail distribution.
  8.  *
  9.  * $Id: bf.h,v 8.5 1999/11/04 19:31:25 ca Exp $
  10.  *
  11.  * Contributed by Exactis.com, Inc.
  12.  *
  13.  */
  14. #ifndef BF_H
  15. #define BF_H 1
  16. extern FILE *bfopen __P((char *, int, size_t, long));
  17. extern FILE *bfdup __P((FILE *));
  18. extern int bfcommit __P((FILE *));
  19. extern int bfrewind __P((FILE *));
  20. extern int bftruncate __P((FILE *));
  21. extern int bfclose __P((FILE *));
  22. extern bool bftest __P((FILE *));
  23. #endif /* BF_H */