X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=94ee2b97248c89c72b6542f306e54e961704f212;hb=71ca16329d950bccd713a739ea430998b802aa23;hp=b05535d76a0d05d2c53c2c6aa62a60dde33c6ada;hpb=5f08476e3bc5c134ce57d924b01d1c1fcacd53db;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index b05535d..94ee2b9 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -36,7 +36,6 @@ int context_foil(char *); void context_read(void); void context_replace(char *, char *); void context_save(void); -char **copyip(char **, char **, int); void cpydata(int, int, char *, char *); void cpydgst(int, int, char *, char *); int decode_rfc2047(char *, char *, size_t); @@ -48,7 +47,6 @@ int ext_hook(char *, char *, char *); int folder_addmsg(struct msgs **, char *, int, int, int, int, char *); int folder_delmsgs(struct msgs *, int, int); void folder_free(struct msgs *); -int folder_pack(struct msgs **, int); struct msgs *folder_read(char *); struct msgs *folder_realloc(struct msgs *, int, int); int gans(char *, struct swit *);