diff --git a/src/include/services.h b/src/include/services.h
index 759bcdc827c81c134a260bb9772acd25cfbf31c4..ee4424d1ec31d149cbcd2d64bd7537e6db6210d2 100644
--- a/src/include/services.h
+++ b/src/include/services.h
@@ -1,5 +1,5 @@
 /*
- * $Id: services.h,v 0.59 2003/07/24 08:38:11 ceder Exp $
+ * $Id: services.h,v 0.60 2003/07/24 22:05:26 ceder Exp $
  * Copyright (C) 1991-1999, 2001-2002  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -678,7 +678,7 @@ get_stats_description(Stats_description *result);
 
 extern Success
 get_stats(const String what,
-	  Number_list *result);
+	  Stats_list *result);
 
 
 #ifdef DEBUG_CALLS