]> git.marmaro.de Git - mmh/blobdiff - h/utils.h
remove trailing newlines from components to fix bug with spaces at the end of
[mmh] / h / utils.h
index aba8fc44cc5123814daef962cd730b3bb171858c..542baecafa3acbf6f171e425f9144c8ea151b1e3 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -6,4 +6,6 @@
  */
 
 void *mh_xmalloc(size_t);
-
+void *mh_xrealloc(void *, size_t);
+char *pwd(void);
+char *add(char *, char *);