diff options
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 12aae2b2d2..2f6878eaf4 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -335,6 +335,7 @@ BOOL name_map_mangle(char *OutName,BOOL need83,int snum); /*The following definitions come from md4.c */ +void mdfour(unsigned char *out, unsigned char *in, int n); /*The following definitions come from message.c */ |