summaryrefslogtreecommitdiffstats
path: root/private/nw/install/setupdll/nwcfg.def
diff options
context:
space:
mode:
Diffstat (limited to 'private/nw/install/setupdll/nwcfg.def')
-rw-r--r--private/nw/install/setupdll/nwcfg.def19
1 files changed, 19 insertions, 0 deletions
diff --git a/private/nw/install/setupdll/nwcfg.def b/private/nw/install/setupdll/nwcfg.def
new file mode 100644
index 000000000..3fa95f62b
--- /dev/null
+++ b/private/nw/install/setupdll/nwcfg.def
@@ -0,0 +1,19 @@
+LIBRARY NWCFG
+
+DESCRIPTION 'Client Service for Netware configuration dll $V'
+
+EXPORTS
+ AddNetwarePrinterProvidor @1
+ DeleteNetwarePrinterProvidor @2
+ AppendSzToFile @3
+ RemoveSzFromFile @4
+ GetKernelVersion @5
+ SetEverybodyPermission @6
+ lodctr @7
+ unlodctr @8
+ DeleteGatewayPassword @9
+ SetFileSysChangeValue @10
+
+ CleanupRegistryForNWCS @11
+ SetupRegistryForNWCS @12
+