X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=528da4734f8a2978eb694c2ed8361444cc2dc5a2;hp=61e2c4912849b0c984a4c41400c9643af0909c69;hb=c490c51b3c0f8871b6953bd0c74551404f840a74;hpb=8e98a317c86f10e0c7e866c069e143bf48cf9814 diff --git a/h/prototypes.h b/h/prototypes.h index 61e2c49..528da47 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -27,7 +27,6 @@ void admonish(char *, char *, ...); void advertise(char *, char *, char *, va_list); void advise(char *, char *, ...); void ambigsw(char *, struct swit *); -int atooi(char *); char **brkstring(char *, char *, char *); int check_charset(char *, int); void closefds(int); @@ -133,9 +132,6 @@ int strncasecmp(const char *s1, const char *s2, size_t n); /* ** prototypes for some routines in uip */ -int annotate(char *, char *, char *, int, int, int, int); -void annolist(char *, char *, char *, int); -void annopreserve(int); int distout(char *, char *, char *); int what_now(char *, int, int, char *, char *, int, struct msgs *, char *, char *);