CCL commands stop/continue implemented. New functions gw_res_{int,bool}
[egate.git] / kernel / kernel.h
index 40bafaf..a24b5fc 100644 (file)
@@ -2,7 +2,11 @@
  * Europagate, 1995
  *
  * $Log: kernel.h,v $
- * Revision 1.15  1995/04/19 13:19:08  adam
+ * Revision 1.16  1995/05/03 07:37:37  adam
+ * CCL commands stop/continue implemented. New functions gw_res_{int,bool}
+ * are used when possible.
+ *
+ * Revision 1.15  1995/04/19  13:19:08  adam
  * New command: account - for authentication.
  *
  * Revision 1.14  1995/04/19  10:46:18  adam
@@ -97,6 +101,7 @@ struct gw_kernel_info {
     char  from_str[LINE_MAX+1];
     const char *reply_fname;
     int setno;
+    int next_position;
 #if USE_FML
     Fml   fml;
 #endif
@@ -134,6 +139,7 @@ const struct zass_presentent *zass_p_present (ZASS zass,
 
 int load_p_state (int userid);
 int save_p_state (int userid);
+void del_p_state (int userid);
 int reopen_target (void);
 
 #define KERNEL_LOG "kernel"