diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-24 22:05:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:13 -0500 |
commit | 1f033febfe19d6bb0b45524a672eaf1d1373f15e (patch) | |
tree | d39f4a956b08c1a9b94ad0dc35f5cb7253866a21 /source4/include/mangle.h | |
parent | 73f1ec5b0c4042728aed1a9cf22739aa1349090c (diff) | |
download | samba-1f033febfe19d6bb0b45524a672eaf1d1373f15e.tar.gz samba-1f033febfe19d6bb0b45524a672eaf1d1373f15e.tar.xz samba-1f033febfe19d6bb0b45524a672eaf1d1373f15e.zip |
r861: remove the next round of unused stuff
metze
(This used to be commit 8f59daba0d03a2c58f7f23655153de05cbe47e81)
Diffstat (limited to 'source4/include/mangle.h')
-rw-r--r-- | source4/include/mangle.h | 14 |
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_ */ |