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