patch-1.3.68 linux/include/linux/ncp_fs.h
Next file: linux/include/linux/ncp_fs_sb.h
Previous file: linux/include/linux/msdos_fs_sb.h
Back to the patch index
Back to the overall index
-  Lines: 25
 -  Date:
Thu Feb 22 16:00:44 1996
 -  Orig file: 
v1.3.67/linux/include/linux/ncp_fs.h
 -  Orig date: 
Tue Jan 23 21:15:53 1996
 
diff -u --recursive --new-file v1.3.67/linux/include/linux/ncp_fs.h linux/include/linux/ncp_fs.h
@@ -54,6 +54,8 @@
 #define NCP_MAXPATHLEN 255
 #define NCP_MAXNAMELEN 14
 
+#define NCP_MSG_COMMAND "/sbin/nwmsg"
+
 #ifdef __KERNEL__
 
 /* The readdir cache size controls how many directory entries are
@@ -145,6 +147,7 @@
 extern int init_ncp_fs(void);
 void ncp_invalidate_connection(struct ncp_server *server);
 int ncp_conn_is_valid(struct ncp_server *server);
+void ncp_trigger_message(struct ncp_server *server);
 
 /* linux/fs/ncpfs/sock.c */
 int ncp_request(struct ncp_server *server, int function);
@@ -152,6 +155,7 @@
 int ncp_disconnect(struct ncp_server *server);
 int ncp_catch_watchdog(struct ncp_server *server);
 int ncp_dont_catch_watchdog(struct ncp_server *server);
+int ncp_catch_message(struct ncp_server *server);
 void ncp_lock_server(struct ncp_server *server);
 void ncp_unlock_server(struct ncp_server *server);
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this