* cgen-sim.h (CPU_SCACHE): Make size unsigned.
[deliverable/binutils-gdb.git] / gdb / complaints.h
index f7ff5a56814297774dd1f3399ae5353de0984801..022bc19c3993576fcc5cf48b0a718b190608b6b8 100644 (file)
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 
 /* Support for complaining about things in the symbol file that aren't
@@ -40,7 +40,7 @@ extern struct complaint complaint_root[1];
 /* Functions that handle complaints.  (in complaints.c)  */
 
 extern void
-complain ();
+complain PARAMS ((struct complaint *, ...));
 
 extern void
 clear_complaints PARAMS ((int, int));
This page took 0.023852 seconds and 4 git commands to generate.