summaryrefslogtreecommitdiffstats
path: root/private/eventlog/elfclnt/elfclntp.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/eventlog/elfclnt/elfclntp.h')
-rw-r--r--private/eventlog/elfclnt/elfclntp.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/private/eventlog/elfclnt/elfclntp.h b/private/eventlog/elfclnt/elfclntp.h
new file mode 100644
index 000000000..ec0de3a67
--- /dev/null
+++ b/private/eventlog/elfclnt/elfclntp.h
@@ -0,0 +1,44 @@
+/*++
+
+Copyright (c) 1991 Microsoft Corporation
+
+Module Name:
+
+ elfclntp.h
+
+Abstract:
+
+ Common include file for all the client-side modules for the
+ event logging facility.
+
+Author:
+
+ Rajen Shah (rajens) 29-Jul-1991
+
+
+Revision History:
+
+ 29-Jul-1991 RajenS
+ Created
+
+--*/
+
+#include <nt.h>
+#include <ntrtl.h>
+#include <nturtl.h>
+
+#include <windef.h>
+#include <winbase.h>
+#include <rpc.h>
+#include <ntrpcp.h>
+#include <lmcons.h>
+#include <lmerr.h>
+//#include <netlib.h>
+
+#include <elf.h>
+#include <elfcommn.h>
+
+
+NTSTATUS
+ElfpGetComputerName (
+ IN LPSTR *ComputerNamePtr);