Browse Source

DtSvc/DtUtil2: fix implicit function declarations

Jon Trulson 4 years ago
parent
commit
d7e5206d6b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      cde/lib/DtSvc/DtUtil2/EnvControl.c

+ 2 - 0
cde/lib/DtSvc/DtUtil2/EnvControl.c

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