DtSvc/dtwm: Fix some implicit declarations of functions by adding appropriate
authorJon Trulson <jon@radscan.com>
Wed, 8 Aug 2012 17:47:18 +0000 (11:47 -0600)
committerJon Trulson <jon@radscan.com>
Wed, 8 Aug 2012 17:47:18 +0000 (11:47 -0600)
commitf9c2b3184e84ca81401d286f838d08711a210801
treec9080b3a482f9744b716e4d7bd048437449c9951
parenta26b73a1a64caadf029473342b7d42a7158b7461
DtSvc/dtwm: Fix some implicit declarations of functions by adding appropriate

Patch from Frederic Koehler <f.koehler427@gmail.com>:

These implicit definitions cause segfaults on x64 because
the implicit return type is a 32-bit signed int, rather than a pointer
type.
cde/lib/DtSvc/DtUtil1/DtsMM.c
cde/lib/DtSvc/DtUtil1/DtsMM.h
cde/programs/dtwm/Button.c
cde/programs/dtwm/UI.c
cde/programs/dtwm/WmInitWs.c
cde/programs/dtwm/WmProperty.c
cde/programs/dtwm/WmWrkspace.c