End of initial drop of statistics console infrastructure. Data stream
[privoxy.git] / src / stats.h
index de594c6..93d94c9 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef STATS_H_INCLUDED
 #define STATS_H_INCLUDED
-#define STATS_H_VERSION "$Id: stats.h,v 2.1 2002/12/28 03:58:19 david__schmidt Exp $"
+#define STATS_H_VERSION "$Id: stats.h,v 2.2 2002/12/28 04:17:58 david__schmidt Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/src/stats.h,v $
@@ -35,6 +35,9 @@
  *
  * Revisions   :
  *    $Log: stats.h,v $
+ *    Revision 2.2  2002/12/28 04:17:58  david__schmidt
+ *    Fix null_routine on unix
+ *
  *    Revision 2.1  2002/12/28 03:58:19  david__schmidt
  *    Initial drop of dashboard instrumentation - enabled with
  *    --enable-activity-console
@@ -71,7 +74,7 @@ void init_stats_config(struct configuration_spec * config);
 void update_stats_config(struct configuration_spec * config);
 void accumulate_stats(int key, int value);
 void *forward_stats();
-void send_stats(int *p_local_stats_array[]);
+void send_stats(int p_local_stats_array[]);
 #ifdef unix
 void null_routine(int sig);
 #endif /* def unix */