X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=ff38dd39eab5cf2b8c3851983b26d54f63d8a54e;hp=46a89ce9745cadb37bd5f9c611fe4938224665b2;hb=88a0787554de9c618e657c31940e734178a25730;hpb=0a6e4d979566bc9eae772e37d2577bed1aacef92 diff --git a/h/prototypes.h b/h/prototypes.h index 46a89ce..ff38dd3 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -138,7 +138,7 @@ 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 annotate(char *, char *, char *, int, int, int, int); void annolist(char *, char *, char *, int); void annopreserve(int); int distout(char *, char *, char *);