Fixed a few prototypes.
[wine/dcerpc.git] / dlls / ntdll / ntdll_misc.h
blob08e8b2ec3989235a2abe3142becef5970ae42832
1 #ifndef __WINE_NTDLL_MISC_H
2 #define __WINE_NTDLL_MISC_H
4 #include "ntdef.h"
5 #include "winnt.h"
7 /* debug helper */
8 extern LPCSTR debugstr_as( const STRING *str );
9 extern LPCSTR debugstr_us( const UNICODE_STRING *str );
10 extern void dump_ObjectAttributes (const OBJECT_ATTRIBUTES *ObjectAttributes);
11 extern void dump_UnicodeString(const UNICODE_STRING *us, BOOLEAN showstring);
13 #endif