summaryrefslogtreecommitdiff
path: root/source4/include/mangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/mangle.h')
-rw-r--r--source4/include/mangle.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/source4/include/mangle.h b/source4/include/mangle.h
deleted file mode 100644
index 769278d828..0000000000
--- a/source4/include/mangle.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _MANGLE_H_
-#define _MANGLE_H_
-/*
- 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, BOOL allow_wildcards);
- void (*reset)(void);
- BOOL (*check_cache)(char *s);
- void (*name_map)(char *OutName, BOOL need83, BOOL cache83);
-};
-#endif /* _MANGLE_H_ */