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

Diff for /src/usr.bin/ssh/misc.h between version 1.80 and 1.81

version 1.80, 2019/09/03 08:29:58 version 1.81, 2019/09/03 08:32:11
Line 164 
Line 164 
 int      safe_path_fd(int, const char *, struct passwd *,  int      safe_path_fd(int, const char *, struct passwd *,
              char *err, size_t errlen);               char *err, size_t errlen);
   
   /* authorized_key-style options parsing helpers */
   int     opt_flag(const char *opt, int allow_negate, const char **optsp);
   char    *opt_dequote(const char **sp, const char **errstrp);
   int     opt_match(const char **opts, const char *term);
   
 /* readpass.c */  /* readpass.c */
   
 #define RP_ECHO                 0x0001  #define RP_ECHO                 0x0001

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81