/[hurd]/hurd/nfs/nfs.h
ViewVC logotype

Diff of /hurd/nfs/nfs.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by marcus, Tue Jan 30 00:38:45 2001 UTC revision 1.18 by roland, Sat Dec 29 00:40:09 2001 UTC
# Line 1  Line 1 
1  /* Data structures and global variables for NFS client  /* Data structures and global variables for NFS client
2     Copyright (C) 1994, 1995, 1996, 1997, 1999 Free Software Foundation     Copyright (C) 1994,95,96,97,99,2001 Free Software Foundation, Inc.
3    
4     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
5     modify it under the terms of the GNU General Public License as     modify it under the terms of the GNU General Public License as
# Line 20  Line 20 
20    
21  #include <sys/stat.h>  #include <sys/stat.h>
22  #include <sys/types.h>  #include <sys/types.h>
23    #include <stdint.h>
24  #include <sys/mman.h>  #include <sys/mman.h>
25  #include "nfs-spec.h"  #include "nfs-spec.h"
26  #include <hurd/netfs.h>  #include <hurd/netfs.h>
# Line 177  error_t nfs_error_trans (int); Line 178  error_t nfs_error_trans (int);
178    
179  /* mount.c */  /* mount.c */
180  struct node *mount_root (char *, char *);  struct node *mount_root (char *, char *);
181    extern const char *mounted_hostname;
182    extern uint16_t mounted_nfs_port; /* host order */
183    
184  /* ops.c */  /* ops.c */
185  int *register_fresh_stat (struct node *, int *);  int *register_fresh_stat (struct node *, int *);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26