summaryrefslogtreecommitdiff
path: root/testprogs/win32/spoolss/printlib.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-03-02 17:25:35 +0100
committerGünther Deschner <gd@samba.org>2010-03-02 19:03:17 +0100
commit74703e4897028db72242d9187d726c6f0ebd1540 (patch)
treeaac38d78ae6720d633ba9e6a2660431515c6b084 /testprogs/win32/spoolss/printlib.c
parentf73c27116c60e492158c6d40823691c38a290a94 (diff)
downloadsamba-74703e4897028db72242d9187d726c6f0ebd1540.tar.gz
samba-74703e4897028db72242d9187d726c6f0ebd1540.tar.bz2
samba-74703e4897028db72242d9187d726c6f0ebd1540.zip
testprogs: make sure to do the same tests as in smbtorture in test_PrinterData().
Guenther
Diffstat (limited to 'testprogs/win32/spoolss/printlib.c')
-rw-r--r--testprogs/win32/spoolss/printlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/win32/spoolss/printlib.c b/testprogs/win32/spoolss/printlib.c
index 4cab09d441..f3541c85e1 100644
--- a/testprogs/win32/spoolss/printlib.c
+++ b/testprogs/win32/spoolss/printlib.c
@@ -1142,7 +1142,7 @@ void print_printer_keys(LPSTR buffer)
}
}
-static LPSTR reg_type_str(DWORD type)
+LPSTR reg_type_str(DWORD type)
{
switch (type) {
case REG_DWORD: