cginocache.c
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. /*
  2. ** Copyright 1998 - 1999 Double Precision, Inc.
  3. ** See COPYING for distribution information.
  4. */
  5. /*
  6. ** $Id: cginocache.c,v 1.2 1999/12/08 01:07:22 mrsam Exp $
  7. */
  8. #include <stdio.h>
  9. void cginocache()
  10. {
  11. printf("Cache-Control: no-storen");
  12. printf("Pragma: no-cachen");
  13. }