Further improved lc_printf() and friends.
[libfirm] / include / libfirm / irhooks.h
index 27c10b3..78e91f4 100644 (file)
@@ -66,7 +66,7 @@ typedef enum {
        HOOK_OPT_LAST
 } hook_opt_kind;
 
-typedef enum _if_result_t {
+typedef enum if_result_t {
        IF_RESULT_SUCCESS         = 0,  /**< if conversion could be done */
        IF_RESULT_SIDE_EFFECT     = 1,  /**< if conversion failed because of side effect */
        IF_RESULT_SIDE_EFFECT_PHI = 2,  /**< if conversion failed because of Phi node found */
@@ -223,7 +223,7 @@ typedef enum {
  * @param hook   the hook type
  * @param entry  the hook entry
  */
-FIRM_DLL void register_hook(hook_type_t hook, hook_entry_t *entry);
+FIRM_API void register_hook(hook_type_t hook, hook_entry_t *entry);
 
 /**
  * unregister a hook entry.
@@ -231,9 +231,9 @@ FIRM_DLL void register_hook(hook_type_t hook, hook_entry_t *entry);
  * @param hook   the hook type
  * @param entry  the hook entry
  */
-FIRM_DLL void unregister_hook(hook_type_t hook, hook_entry_t *entry);
+FIRM_API void unregister_hook(hook_type_t hook, hook_entry_t *entry);
 
-FIRM_DLL hook_entry_t *hooks[hook_last];
+FIRM_API hook_entry_t *hooks[hook_last];
 
 /**
  * execute the hook what with the args args