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

Diff for /src/usr.bin/finger/extern.h between version 1.4 and 1.5

version 1.4, 1997/06/02 21:33:27 version 1.5, 2002/02/16 21:27:46
Line 42 
Line 42 
 extern int oflag;  extern int oflag;
 extern int pplan;  extern int pplan;
   
 int      demi_print __P((char *, int));  int      demi_print(char *, int);
 void     enter_lastlog __P((PERSON *));  void     enter_lastlog(PERSON *);
 PERSON  *enter_person __P((struct passwd *));  PERSON  *enter_person(struct passwd *);
 void     enter_where __P((struct utmp *, PERSON *));  void     enter_where(struct utmp *, PERSON *);
 void     expandusername __P((char *, char *, char *, int));  void     expandusername(char *, char *, char *, int);
 PERSON  *find_person __P((char *));  PERSON  *find_person(char *);
 int      hash __P((char *));  int      hash(char *);
 void     lflag_print __P((void));  void     lflag_print(void);
 void     loginlist __P((void));  void     loginlist(void);
 void     lprint __P((PERSON *));  void     lprint(PERSON *);
 int      match __P((struct passwd *, char *));  int      match(struct passwd *, char *);
 void     netfinger __P((char *));  void     netfinger(char *);
 PERSON  *palloc __P((void));  PERSON  *palloc(void);
 char    *prphone __P((char *));  char    *prphone(char *);
 int      psort __P((const void *, const void *));  int      psort(const void *, const void *);
 void     sflag_print __P((void));  void     sflag_print(void);
 int      show_text __P((char *, char *, char *));  int      show_text(char *, char *, char *);
 PERSON **sort __P((void));  PERSON **sort(void);
 void     stimeprint __P((WHERE *));  void     stimeprint(WHERE *);
 char    *vs __P((char *));  char    *vs(char *);
 void     userlist __P((int, char **));  void     userlist(int, char **);
 void     vputc __P((int));  void     vputc(int);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5