comparison liboctave/oct-env.h @ 5489:250917610b55

[project @ 2005-10-12 23:53:36 by jwe]
author jwe
date Wed, 12 Oct 2005 23:53:38 +0000
parents 4c8a2e4e0717
children 143b556ce725
comparison
equal deleted inserted replaced
5488:cfd5e4cad7b4 5489:250917610b55
57 static std::string get_host_name (void); 57 static std::string get_host_name (void);
58 58
59 static std::string getenv (const std::string& name); 59 static std::string getenv (const std::string& name);
60 60
61 static void putenv (const std::string& name, const std::string& value); 61 static void putenv (const std::string& name, const std::string& value);
62
63 static bool have_x11_display (void);
62 64
63 static bool chdir (const std::string& newdir); 65 static bool chdir (const std::string& newdir);
64 66
65 static void set_program_name (const std::string& s); 67 static void set_program_name (const std::string& s);
66 68