[BACK]Return to extern.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/extern.h between version 1.11 and 1.12

version 1.11, 1997/04/10 00:17:08 version 1.12, 1997/04/16 05:02:46
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*      $NetBSD: extern.h,v 1.14 1997/04/05 03:27:34 lukem Exp $        */  /*      $NetBSD: extern.h,v 1.15 1997/04/14 09:09:17 lukem Exp $        */
   
 /*-  /*-
  * Copyright (c) 1994 The Regents of the University of California.   * Copyright (c) 1994 The Regents of the University of California.
Line 82 
Line 82 
 void    intr __P((void));  void    intr __P((void));
 void    list_vertical __P((StringList *));  void    list_vertical __P((StringList *));
 void    lcd __P((int, char **));  void    lcd __P((int, char **));
 int     login __P((const char *));  int     login __P((const char *, char *, char *));
 void    lostpeer __P((void));  void    lostpeer __P((void));
 void    lpwd __P((int, char **));  void    lpwd __P((int, char **));
 void    ls __P((int, char **));  void    ls __P((int, char **));

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12