DtSvc/DtUtil2: fix implicit function declarations
authorJon Trulson <jon@radscan.com>
Mon, 28 Oct 2019 19:27:47 +0000 (13:27 -0600)
committerJon Trulson <jon@radscan.com>
Mon, 28 Oct 2019 20:30:43 +0000 (14:30 -0600)
cde/lib/DtSvc/DtUtil2/EnvControl.c

index 7d5d0038c7b5a47fca7814ee3c6532a891993fef..cd6e6a57835eb611f28281e7ff50509f12268276 100644 (file)
@@ -51,6 +51,8 @@
 #include "EnvControlI.h"
 #include "DtSvcLock.h"
 
+static int _DtEnvRemove(char *str, int length);
+
 extern char **environ;
 
  /*