Fix compilation warnings in muttlib.c
[apps/madmutt.git] / sort.c
diff --git a/sort.c b/sort.c
index b6aad71..c19ef98 100644 (file)
--- a/sort.c
+++ b/sort.c
@@ -88,9 +88,9 @@ int compare_subject (const void *a, const void *b)
   return (SORTCODE (rc));
 }
 
-const char *mutt_get_name (ADDRESS * a)
+const char *mutt_get_name (address_t * a)
 {
-  ADDRESS *ali;
+  address_t *ali;
   const char *name = "";
 
   if (a) {