ttyemit moved from kernel directory. Minor editing in gw-db.h
[egate.git] / include / zaccess.h
index 4815669..d107371 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ * Europagate, 1995
+ *
+ * $Log: zaccess.h,v $
+ * Revision 1.9  1995/02/23 08:32:12  adam
+ * Changed header.
+ *
+ * Revision 1.7  1995/02/17  13:59:06  quinn
+ * Added header.
+ *
+ */
+
 #ifndef ZACCESS_H
 #define ZACCESS_H
 
@@ -55,7 +67,7 @@ typedef struct zass_presentent
     int num;             /* # of recs returned */
     int nextpos;         /* next resultset position. 1==first record */
     enum present_status presentstatus;   /* status of set */
-    struct zass_records *records;
+    struct zass_record *records;
 } zass_presentent;
 
 ZASS zass_open(char *host, int port);