(sim_core_signal): Add missing "\n" in message.
[deliverable/binutils-gdb.git] / include / remote-sim.h
index d1ded53ea827d5853cc88ae9ddcda3e48232ba67..c4fecc0ec3934a2dfe74852e0f0a442ecf50d8cd 100644 (file)
@@ -20,6 +20,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #if !defined (REMOTE_SIM_H)
 #define REMOTE_SIM_H 1
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* This file is used when building stand-alone simulators, so isolate this
    file from gdb.  */
 
@@ -294,4 +298,8 @@ void sim_set_profile_size PARAMS ((int n));
 
 void sim_kill PARAMS ((SIM_DESC sd));
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* !defined (REMOTE_SIM_H) */
This page took 0.022465 seconds and 4 git commands to generate.