]> andersk Git - moira.git/blobdiff - clients/moira/quota.c
deal with new get_pobox output
[moira.git] / clients / moira / quota.c
index 57c4539353a79c2aa5670b246880aee3fd059684..96adfad2efcbfd9030c3f6d471b736f0b6d260bd 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id $
+/* $Id$
  *
  *     This is the file quota.c for the Moira Client, which allows users
  *      to quickly and easily maintain most parts of the Moira database.
@@ -285,7 +285,7 @@ int GetQuota(int argc, char **argv)
   free(args);
 
   top = QueueTop(top);
-  Loop(top, (void *) PrintQuota);
+  Loop(top, (void (*)(char **)) PrintQuota);
 
   FreeQueue(top);
   return DM_NORMAL;
@@ -323,7 +323,7 @@ int GetQuotaByFilesys(int argc, char **argv)
   free(args);
 
   top = QueueTop(top);
-  Loop(top, (void *) PrintQuota);
+  Loop(top, (void (*)(char **)) PrintQuota);
 
   FreeQueue(top);
   return DM_NORMAL;
This page took 0.032588 seconds and 4 git commands to generate.