X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=50d8a8b7b56ba99edc9d1c9a0d66eed05c1aeb01;hb=refs%2Fheads%2Fpick;hp=8455b38d948856f653e5aab9e6073c7e5f4a7c24;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 8455b38..50d8a8b 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -65,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 *); @@ -162,4 +162,4 @@ int is_readonly(struct msgs *); void set_readonly(struct msgs *); int other_files(struct msgs *); void set_other_files(struct msgs *); - +char *getthreadid(const char *);