summaryrefslogtreecommitdiff
path: root/src/ilasm/asmman.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ilasm/asmman.hpp')
-rw-r--r--src/ilasm/asmman.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ilasm/asmman.hpp b/src/ilasm/asmman.hpp
index 0ee875b805..00f4d52f13 100644
--- a/src/ilasm/asmman.hpp
+++ b/src/ilasm/asmman.hpp
@@ -272,6 +272,8 @@ public:
void SetManifestResFile(__in __nullterminated char* szFileName, ULONG ulOffset);
void SetManifestResAsmRef(__in __nullterminated char* szAsmRefName);
+ AsmManAssembly* GetAsmRefByAsmName(__in __nullterminated const char* szAsmName);
+
mdToken GetFileTokByName(__in __nullterminated char* szFileName);
mdToken GetAsmRefTokByName(__in __nullterminated const char* szAsmRefName);
mdToken GetAsmTokByName(__in __nullterminated const char* szAsmName)