From fedfec4a1b1ed423f1d7a5e39c6cfb67918a419a Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sun, 7 Feb 2010 11:27:29 -0500 Subject: spnego.h: add some needed OID's Signed-off-by: Jeff Layton --- replace.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'replace.h') diff --git a/replace.h b/replace.h index 7f29338..741d8ec 100644 --- a/replace.h +++ b/replace.h @@ -714,4 +714,8 @@ char *ufc_crypt(const char *key, const char *salt); #define SAFE_FREE(x) do { if ((x) != NULL) {free(x); x=NULL;} } while(0) #endif +typedef uint32_t NTSTATUS; +#define NT_STATUS(x) (x) +#define NT_STATUS_V(x) (x) + #endif /* _LIBREPLACE_REPLACE_H */ -- cgit v1.2.3