Major overhaul. Now uses DSA signatures rather than the bogus symmetric
[become] / src / name.h
index 1972481..666ce3b 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: name.h,v 1.5 1998/01/12 16:46:15 mdw Exp $
+ * $Id: name.h,v 1.7 2003/10/12 00:14:55 mdw Exp $
  *
  * Looking up of names in symbol tables
  *
 /*----- 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.
+ *
  * Revision 1.5  1998/01/12 16:46:15  mdw
  * Fix copyright date.
  *
@@ -46,8 +53,8 @@
  *
  */
 
-#ifndef NAMES_H
-#define NAMES_H
+#ifndef NAME_H
+#define NAME_H
 
 #ifdef __cplusplus
   extern "C" {
 
 /*----- Required headers --------------------------------------------------*/
 
+#include <mLib/sym.h>
+
 #ifndef CLASS_H
 #  include "class.h"
 #endif
 
-#ifndef SYM_H
-#  include "sym.h"
-#endif
-
 /*----- Data structures ---------------------------------------------------*/
 
 typedef struct name {