libDtSvc: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 03:58:49 +01:00
parent a5fa1313c4
commit ba513278b9
10 changed files with 17 additions and 17 deletions

View File

@@ -207,7 +207,7 @@ makeDefaultIconPath(
* Construct a default value for XMICONSEARCHPATH into outbuf.
*/
static char *
makeDefaultIconPmPath()
makeDefaultIconPmPath(void)
{
static char *defaultIconPmPath = NULL;
@@ -223,7 +223,7 @@ makeDefaultIconPmPath()
* Construct a default value for XMICONBMSEARCHPATH into outbuf.
*/
static char *
makeDefaultIconBmPath()
makeDefaultIconBmPath(void)
{
static char *defaultIconBmPath = NULL;
@@ -254,7 +254,7 @@ makeDefaultIconBmPath()
*
*****************************<->***********************************/
void
_DtEnvSessionManager()
_DtEnvSessionManager(void)
{
#define SESSION_MANAGER "SESSION_MANAGER"
char *session_manager = getenv(SESSION_MANAGER);