[BACK]Return to showmount.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / showmount

Diff for /src/usr.bin/showmount/showmount.c between version 1.9 and 1.10

version 1.9, 2001/12/02 02:05:59 version 1.10, 2002/02/16 21:27:52
Line 96 
Line 96 
 static struct exportslist *exports;  static struct exportslist *exports;
 static int type = 0;  static int type = 0;
   
 void    print_dump __P((struct mountlist *));  void    print_dump(struct mountlist *);
 void    usage __P((void));  void    usage(void);
 int     xdr_mntdump __P((XDR *, struct mountlist **));  int     xdr_mntdump(XDR *, struct mountlist **);
 int     xdr_exports __P((XDR *, struct exportslist **));  int     xdr_exports(XDR *, struct exportslist **);
   
 /*  /*
  * This command queries the NFS mount daemon for it's mount list and/or   * This command queries the NFS mount daemon for it's mount list and/or

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10