/* 
 * All modifications in this file to the original code are
 * (C) Copyright 1992, ..., 2004 the "DOSEMU-Development-Team".
 *
 * for details see file COPYING in the DOSEMU distribution
 */

int com_msetenv(char *variable, char *value, int takeown);
int msetenv(char *var, char *value);

