sort out some prototypes, put them where they belong.
[apps/madmutt.git] / sort.c
diff --git a/sort.c b/sort.c
index 6b6d737..2b70001 100644 (file)
--- a/sort.c
+++ b/sort.c
@@ -16,8 +16,7 @@
 #include <ctype.h>
 #include <unistd.h>
 
-#include <lib-lib/macros.h>
-#include <lib-lib/str.h>
+#include <lib-lib/lib-lib.h>
 
 #include "mutt.h"
 #include "alias.h"
@@ -90,7 +89,7 @@ int compare_subject (const void *a, const void *b)
 
 const char *mutt_get_name (address_t * a)
 {
-  address_t *ali;
+  const address_t *ali;
   const char *name = "";
 
   if (a) {