]> andersk Git - moira.git/blobdiff - clients/moira/nfs.c
show "needs coupon" state, and allow it to be changed, for half-registered
[moira.git] / clients / moira / nfs.c
index 2fcdf0da4f8bbad2f1e55c9cb69e27c5728624b4..c50e304afc61c08047a3f5f96c4f1f7cfa1eecfe 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id $
+/* $Id$
  *
  *     This is the file nfs.c for the Moira Client, which allows users
  *      to quickly and easily maintain most parts of the Moira database.
@@ -172,7 +172,7 @@ int ShowNFSService(int argc, char **argv)
   free(args[1]);               /* prevents memory leaks. */
 
   elem = QueueTop(elem);
-  Loop(elem, (void *) PrintNFSInfo);
+  Loop(elem, (void (*)(char **)) PrintNFSInfo);
 
   FreeQueue(elem);
   return DM_NORMAL;
This page took 0.057392 seconds and 4 git commands to generate.