move rfc2047.c into lib-mime, reindent it.
[apps/madmutt.git] / lib / str.c
index a91dd17..9f0eae6 100644 (file)
--- a/lib/str.c
+++ b/lib/str.c
 
 #include "str.h"
 
-void str_replace (char **p, const char *s)
-{
-  p_delete(p);
-  *p = m_strdup(s);
-}
-
 void str_adjust (char **p)
 {
   if (!p || !*p)