(traverse_intervals): Protoize parameter.
authorAndreas Schwab <schwab@suse.de>
Fri, 21 Nov 1997 15:07:57 +0000 (15:07 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 21 Nov 1997 15:07:57 +0000 (15:07 +0000)
src/intervals.c

index 33cef35..25bc6e3 100644 (file)
@@ -198,7 +198,7 @@ void
 traverse_intervals (tree, position, depth, function, arg)
      INTERVAL tree;
      int position, depth;
-     void (* function) ();
+     void (* function) P_ ((INTERVAL, Lisp_Object));
      Lisp_Object arg;
 {
   if (NULL_INTERVAL_P (tree))