More work on Def-settings.
[egate.git] / kernel / kernel.h
index 40bafaf..424f50d 100644 (file)
@@ -2,7 +2,14 @@
  * Europagate, 1995
  *
  * $Log: kernel.h,v $
- * Revision 1.15  1995/04/19 13:19:08  adam
+ * Revision 1.17  1995/05/03 16:34:18  adam
+ * CCL def command, i.e. user definitions - saved as resource files.
+ *
+ * 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 +104,8 @@ struct gw_kernel_info {
     char  from_str[LINE_MAX+1];
     const char *reply_fname;
     int setno;
+    int next_position;
+    int userid;
 #if USE_FML
     Fml   fml;
 #endif
@@ -134,6 +143,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"