X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=69556f94d64bc5ba94808c339c13a7feaa065eeb;hp=1333a84b29a51c293901186a9ff3e8d39ea8a202;hb=d4bcca1aa235370bc20bc2734c0cd6f700b17871;hpb=0127c00f735b9e38608676b9f7bd3c6e38a7ffb4 diff --git a/h/prototypes.h b/h/prototypes.h index 1333a84..69556f9 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -22,7 +22,7 @@ char *etcpath(char *); /* ** prototypes from the nmh subroutine library */ -void adios(char *, char *, ...) NORETURN; +void adios(int, char *, char *, ...) NORETURN; void admonish(char *, char *, ...); void advertise(char *, char *, char *, va_list); void advise(char *, char *, ...); @@ -38,8 +38,8 @@ void context_save(void); void cpydata(int, int, char *, char *); void cpydgst(int, int, char *, char *); int decode_rfc2047(char *, char *, size_t); -void discard(FILE *); int default_done(int); +int encode_rfc2047(const char *name, char **value, const char *charset); int execprog(char *, char **); int execprogl(char *, char *, ...); char *expandfol(char *); @@ -55,7 +55,6 @@ char **getans(char *, struct swit *); int getanswer(char *); char **getarguments(char *, int, char **, int); char *get_charset(); -char *getcpy(char *); char *getcurfol(void); char *getdeffol(void); int lkclose(int, char*); @@ -66,7 +65,7 @@ int m_atoi(char *); char *m_backup(char *); int m_convert(struct msgs *, char *); char *m_draft(char *); -int m_getfld(int, unsigned char *, unsigned char *, int, FILE *); +enum state m_getfld2(enum state, struct field *, FILE *); int m_gmprot(void); char *m_name(int); int m_putenv(char *, char *); @@ -74,10 +73,12 @@ char *m_mktemp(const char *, int *, FILE **); char *m_mktemp2(const char *, const char *, int *, FILE **); void thisisanmbox(FILE *); int makedir(char *); +int mh_strcasecmp(const char *s1, const char *s2); char *norm_charmap(char *); char *new_fs(char *, char *); int pidwait(pid_t, int); int pidstatus(int, FILE *, char *); +int pidXwait(int, char *); void print_help(char *, struct swit *, int); void print_sw(char *, struct swit *, char *, FILE *); void print_version(char *); @@ -108,11 +109,12 @@ char *toabsdir(char *); char *trim(unsigned char *); char *trimcpy(unsigned char *); int unputenv(char *); +void unquote_string(const char *input, char *output); int uprf(char *, char *); int vfgets(FILE *, char **); char *write_charset_8bit(void); -int mh_strcasecmp(const char *s1, const char *s2); + /* @@ -160,3 +162,4 @@ int is_readonly(struct msgs *); void set_readonly(struct msgs *); int other_files(struct msgs *); void set_other_files(struct msgs *); +