Cyrus SASL 2.1.25 introduced the sasl_callback_ft prototype,
[mmh] / h / utils.h
index 8f32754..8142b2c 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -1,14 +1,13 @@
 
 /*
  * utils.h -- utility prototypes
- *
- * $Id$
  */
 
 void *mh_xmalloc(size_t);
 void *mh_xrealloc(void *, size_t);
 char *pwd(void);
 char *add(char *, char *);
+char *addlist(char *, char *);
 int folder_exists(char *);
 void create_folder(char *, int, void (*)(int));
 int num_digits(int);