summaryrefslogtreecommitdiff
path: root/includes/cw_common.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--includes/cw_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/cw_common.h b/includes/cw_common.h
index eb016f1..0be94bb 100644
--- a/includes/cw_common.h
+++ b/includes/cw_common.h
@@ -32,8 +32,8 @@ typedef struct BasePluginCallbacks {
typedef struct CompilerLinkerPluginCallbacks {
CWPLUGIN_ENTRY (*GetTargetList)(const struct CWTargetList **targetList);
CWPLUGIN_ENTRY (*GetDefaultMappingList)(const CWExtMapList **mappings);
- CWPLUGIN_ENTRY (*Unmangle)();
- CWPLUGIN_ENTRY (*BrSymbolEntryPoint)();
+ CWPLUGIN_ENTRY (*Unmangle)(CWUnmangleInfo *unmangleInfo);
+ CWPLUGIN_ENTRY (*BrSymbolEntryPoint)(CWCompilerBrSymbolInfo *symbolInfo);
CWPLUGIN_ENTRY (*GetObjectFlags)(const CWObjectFlags **objectFlags);
CWPLUGIN_ENTRY (*WriteObjectFile)(const FSSpec *srcfss, const FSSpec *outfss, OSType creator, OSType type, Handle data);
} CompilerLinkerPluginCallbacks;