@@ -162,11 +162,11 @@ - initWithProgram: (OFString*)program programName: (OFString*)programName arguments: (OFArray*)arguments environment: (OFDictionary*)environment; -- (void)OF_setEnvironment: (OFDictionary*)dictionary; +- (char**)OF_environmentForDictionary: (OFDictionary*)dictionary; /*! * @brief Closes the write direction of the process. * * This method needs to be called for some programs before data can be read,