X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/eddaf5fa5e13a84e441338cfdebdcfcd74e3f043..8bdddfb748c3e176150241f5f2389b78b9885233:/src/name.h diff --git a/src/name.h b/src/name.h index fe7c221..666ce3b 100644 --- a/src/name.h +++ b/src/name.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: name.h,v 1.6 1998/04/23 13:24:21 mdw Exp $ + * $Id: name.h,v 1.7 2003/10/12 00:14:55 mdw Exp $ * * Looking up of names in symbol tables * @@ -29,6 +29,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: name.h,v $ + * Revision 1.7 2003/10/12 00:14:55 mdw + * Major overhaul. Now uses DSA signatures rather than the bogus symmetric + * encrypt-and-hope thing. Integrated with mLib and Catacomb. + * * Revision 1.6 1998/04/23 13:24:21 mdw * Fix multiple inclusion guard macro name. * @@ -58,14 +62,12 @@ /*----- Required headers --------------------------------------------------*/ +#include + #ifndef CLASS_H # include "class.h" #endif -#ifndef SYM_H -# include "sym.h" -#endif - /*----- Data structures ---------------------------------------------------*/ typedef struct name {