]> andersk Git - moira.git/blobdiff - clients/moira/attach.c
deal with new get_pobox output
[moira.git] / clients / moira / attach.c
index 05e488ee78e860a52fe561ca2447071c1fb92005..b70c39cdbf0829d8ae3ecd3a6e786b5901be7ef2 100644 (file)
@@ -934,7 +934,7 @@ int GetFSAlias(int argc, char **argv)
 
   top = GetFSInfo(ALIAS, argv[1]);
   Put_message(" ");            /* blank line. */
-  Loop(top, (void *) PrintFSAlias);
+  Loop(top, (void (*)(char **))PrintFSAlias);
   FreeQueue(top);
   return DM_NORMAL;
 }
This page took 0.026756 seconds and 4 git commands to generate.