X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=a22eac68531871ce5f047dd452a6dba248070aa3;hb=28208133c250bf189331314c955ab957639fc112;hp=20820b5c5c91c25886d1f9c9de7717ea051211a0;hpb=75fca31a5b9d5c1a99c74ab14c94438d8852fba9;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 20820b5..a22eac6 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -32,7 +32,6 @@ int is_native_charset(char *); char *concat(char *, ...); int context_del(char *); char *context_find(char *); -int context_foil(char *); void context_read(void); void context_replace(char *, char *); void context_save(void); @@ -73,7 +72,6 @@ char *m_mktemp(const char *, int *, FILE **); char *m_mktemp2(const char *, const char *, int *, FILE **); void thisisanmbox(FILE *); int makedir(char *); -char *nmh_getpass(const char *); char *norm_charmap(char *); char *new_fs(char *, char *); int pidwait(pid_t, int);