lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.
authorJeremy Allison <jra@samba.org>
Thu, 22 Jun 2000 01:39:17 +0000 (01:39 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 22 Jun 2000 01:39:17 +0000 (01:39 +0000)
commitf9e9f98a4a579f24d8ad1804b22bf36ede250e23
tree23a89fdcc3b34315bbc8625ec3cffd4460ec8608
parenta7b5b10a0a32dd9a3f82c600898393fc53cfc4fc
lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.
Removed unistr_to_ascii() as it was never used.
printing/nt_printing.c: Removed "DUMMY.XX" files.
rpc_server/srv_spoolss_nt.c: Use dos_PutUniCode() instead of ascii_to_unistr().
Attempted to fix the "return value" size code based on J.F's
comments. This needs looking at.
Jeremy.
(This used to be commit de99011bf3b2a23bd1854a047382a107aaeb9c68)
source3/include/proto.h
source3/lib/util_unistr.c
source3/printing/nt_printing.c
source3/rpc_server/srv_spoolss_nt.c