summaryrefslogtreecommitdiffstats
path: root/source/include/mangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/mangle.h')
-rw-r--r--source/include/mangle.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/include/mangle.h b/source/include/mangle.h
deleted file mode 100644
index d3218519f88..00000000000
--- a/source/include/mangle.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- header for 8.3 name mangling interface
-*/
-
-struct mangle_fns {
- BOOL (*is_mangled)(const char *s);
- BOOL (*is_8_3)(const char *fname, BOOL check_case);
- void (*reset)(void);
- BOOL (*check_cache)(char *s);
- BOOL (*name_map)(char *OutName, BOOL need83, BOOL cache83);
-};