Obvious fix: in entries for 1998-02-10 and 1998-02-06,
[deliverable/binutils-gdb.git] / gdb / complaints.h
index d65b037c3b52b055ee3aec137490e28dfed19a7f..5671730729c43a3fcd0a5e31b5ab32d7a0fdedef 100644 (file)
@@ -44,11 +44,9 @@ extern struct complaint complaint_root[1];
 
 /* Functions that handle complaints.  (in complaints.c)  */
 
-extern void
-complain PARAMS ((struct complaint *,...));
+extern void complain (struct complaint *, ...);
 
-extern void
-clear_complaints PARAMS ((int, int));
+extern void clear_complaints (int, int);
 
 
 #endif /* !defined (COMPLAINTS_H) */
This page took 0.023354 seconds and 4 git commands to generate.