* configure.in: Move termcap determination a later in the file to catch
[deliverable/binutils-gdb.git] / gdb / m2-lang.h
index 1de31fee894edfce02ff1367f384655052aeda39..dc627b7f4711c11c5797877c086928092b8ceb4b 100644 (file)
@@ -15,10 +15,17 @@ 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.  */
 
 extern int
 m2_parse PARAMS ((void));      /* Defined in m2-exp.y */
 
 extern void
 m2_error PARAMS ((char *));    /* Defined in m2-exp.y */
+
+extern void                    /* Defined in m2-typeprint.c */
+m2_print_type PARAMS ((struct type *, char *, GDB_FILE *, int, int));
+
+extern int
+m2_val_print PARAMS ((struct type *, char *, int, CORE_ADDR, GDB_FILE *, int, int,
+                     int, enum val_prettyprint));
This page took 0.026922 seconds and 4 git commands to generate.