]> andersk Git - moira.git/blobdiff - clients/moira/attach.c
deal with new get_pobox output
[moira.git] / clients / moira / attach.c
index e8398a5f79a2bcc0b5e07d13a5d90a5ff9492327..b70c39cdbf0829d8ae3ecd3a6e786b5901be7ef2 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id $
+/* $Id$
  *
  *     This is the file attach.c for the Moira Client, which allows users
  *      to quickly and easily maintain most parts of the Moira database.
@@ -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.034135 seconds and 4 git commands to generate.