]> andersk Git - openssh.git/commitdiff
- (stevesk) sync misc.h
authorstevesk <stevesk>
Wed, 4 Jul 2001 17:25:54 +0000 (17:25 +0000)
committerstevesk <stevesk>
Wed, 4 Jul 2001 17:25:54 +0000 (17:25 +0000)
ChangeLog
misc.h

index 60409b039d43754f7f1d2a83653e1656b43813b8..f2354a7bdd7e81da84431f80c9270450d7ca7c3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      cleanup all channels.
  - (bal) forget a few new files in sync up.
  - (bal) Makefile fix up requires scard.c
+ - (stevesk) sync misc.h
 
 20010629
  - (bal) Removed net_aton() since we don't use it any more
diff --git a/misc.h b/misc.h
index 5f0b0aa4f9ca343b0fc5c923c782c746b596b36f..fc564527140dc443b6fab6bf9adafb8fbe713a96 100644 (file)
--- a/misc.h
+++ b/misc.h
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-char  *chop(char *);
-char  *strdelim(char **);
-void   set_nonblock(int);
-void   unset_nonblock(int);
-int    a2port(const char *);
-char  *cleanhostname(char *);
-char  *colon(char *);
-long   convtime(const char *);
+char   *chop(char *);
+char   *strdelim(char **);
+void    set_nonblock(int);
+void    unset_nonblock(int);
+int     a2port(const char *);
+char   *cleanhostname(char *);
+char   *colon(char *);
+long    convtime(const char *);
+
+struct passwd *pwcopy(struct passwd *);
 
 typedef struct arglist arglist;
 struct arglist {
@@ -27,8 +29,7 @@ struct arglist {
         int     num;
         int     nalloc;
 };
-
-void   addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
+void    addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
 
 /* wrapper for signal interface */
 typedef void (*mysig_t)(int);
This page took 0.043639 seconds and 5 git commands to generate.