X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/326e5faff3a59fd97bfa28bac4520afb4cc01751..ada5514153f5d2935fc82e8c787a12cffa5953d9:/daftstory.h?ds=inline diff --git a/daftstory.h b/daftstory.h index d715a3fe..055eba24 100644 --- a/daftstory.h +++ b/daftstory.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: daftstory.h,v 1.2 1999/11/11 00:58:38 mdw Exp $ + * $Id: daftstory.h,v 1.4 2004/04/08 01:36:15 mdw Exp $ * * Daft story for use in test encryptions * @@ -27,19 +27,8 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: daftstory.h,v $ - * Revision 1.2 1999/11/11 00:58:38 mdw - * Use fewer copies of the silly story to improve performance. - * - * Revision 1.1 1999/09/03 08:41:11 mdw - * Initial import. - * - */ - -#ifndef DAFTSTORY_H -#define DAFTSTORY_H +#ifndef CATACOMB_DAFTSTORY_H +#define CATACOMB_DAFTSTORY_H #ifdef __cplusplus extern "C" {