Adpated to changes in libcore
[libfirm] / ir / ir / irargs_t.h
index 5a0476c..7434f6e 100644 (file)
@@ -2,12 +2,12 @@
 #ifndef _FIRM_IRARGS_H
 #define _FIRM_IRARGS_H
 
-#include <libcore/xprintf.h>
+#include <libcore/lc_printf.h>
 
 /**
  * Get the firm printf arg environment.
  * @return The environment.
  */
-arg_env_t *firm_get_arg_env(void);
+lc_arg_env_t *firm_get_arg_env(void);
 
 #endif