X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=32f6a3d35437cbebe5601edd22ea5f4407d4de72;hb=7b98850d3b8b2453b473fdfb6db52f4aa3fe39b6;hp=d10346f3824d2a0e8b8665457c72a00aaaeaa3a4;hpb=25c0bc3f1c034964421f8007e5802c647c5dc908;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index d10346f..32f6a3d 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -33,6 +33,7 @@ void ambigsw (char *, struct swit *); int atooi(char *); char **brkstring (char *, char *, char *); int check_charset (char *, int); +int client(char *, char *, char *, int, int); void closefds(int); char *concat (char *, ...); int context_del (char *); @@ -91,7 +92,7 @@ int pidwait (pid_t, int); int pidstatus (int, FILE *, char *); char *pluspath(char *); void print_help (char *, struct swit *, int); -void print_sw (char *, struct swit *, char *); +void print_sw (char *, struct swit *, char *, FILE *); void print_version (char *); void push (void); char *pwd (void);