some fixes for xml dumper / still buggy.
[libfirm] / ir / ir / irnode_t.h
index 5c4a2cf..c986a89 100644 (file)
 # ifndef _IRNODE_T_H_
 # define _IRNODE_T_H_
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 # include "irnode.h"
-# include "xprintf.h"
 # include "irop_t.h"
 # include "firm_common_t.h"
 # include "irdom_t.h" /* For size of struct dom_info. */
@@ -180,13 +183,9 @@ void
 copy_attrs (ir_node *old, ir_node *new);
 
 
-/** Print IR-Nodes with attributes
-    @todo brauchen wir dienoch? dann fliegt ev. das xprint raus? */
-int ir_node_print (XP_PAR1, const xprintf_info *, XP_PARN);
-
 /** Returns the array with the ins.  The content of the array may not be
    changed.  */
-ir_node     **get_irn_in            (ir_node *node);
+ir_node     **get_irn_in            (const ir_node *node);
 
 /*@{*/
 /** access attributes directly */