]> andersk Git - openssh.git/blobdiff - misc.h
- markus@cvs.openbsd.org 2001/11/07 22:53:21
[openssh.git] / misc.h
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.034861 seconds and 4 git commands to generate.