* patch #3968: Move the add() function from its own file (add.c) and
[mmh] / h / utils.h
index 60e26e5..542baec 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -8,3 +8,4 @@
 void *mh_xmalloc(size_t);
 void *mh_xrealloc(void *, size_t);
 char *pwd(void);
+char *add(char *, char *);