Add ntlm_name.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19381 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-15 22:23:13 +00:00
parent f9e109b613
commit 1babec8943

View File

@@ -73,6 +73,10 @@ typedef struct {
int foo;
} *ntlm_cred;
typedef struct {
char domain[1];
} *ntlm_name;
#include <ntlm/ntlm-private.h>
#endif /* NTLM_NTLM_H */