X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/bba24c1d073873d99fd56ef038e9306bdfafe8cc..b3f050848e5d285c2a1d7f8a4bea98984c201805:/daftstory.h diff --git a/daftstory.h b/daftstory.h index d715a3f..c4b1bad 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.3 1999/12/10 23:29:48 mdw Exp $ * * Daft story for use in test encryptions * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: daftstory.h,v $ + * Revision 1.3 1999/12/10 23:29:48 mdw + * Change header file guard names. + * * Revision 1.2 1999/11/11 00:58:38 mdw * Use fewer copies of the silly story to improve performance. * @@ -38,8 +41,8 @@ * */ -#ifndef DAFTSTORY_H -#define DAFTSTORY_H +#ifndef CATACOMB_DAFTSTORY_H +#define CATACOMB_DAFTSTORY_H #ifdef __cplusplus extern "C" {