X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ipenv.h;h=30acffbeb8b31ee28257542a47b481640d5f2d30;hb=249edfdff1b2b750e894ee5a0b6cb64d2640ca02;hp=0ec5f9ffd375fc1f17edc2033e29b2df50629f46;hpb=76e3520e1f6b7df33cd381a2cf4f1fce3d69c8a4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ipenv.h b/ipenv.h index 0ec5f9f..30acffb 100644 --- a/ipenv.h +++ b/ipenv.h @@ -1,7 +1,7 @@ /* - ipenv.h - Interface for perl environment functions + ipenv.h + Interface for perl environment functions */ @@ -11,9 +11,10 @@ class IPerlEnv { public: - virtual char* Getenv(const char *varname, int &err) = 0; - virtual int Putenv(const char *envstring, int &err) = 0; - virtual char* LibPath(char *sfx, ...) =0; + virtual char* Getenv(const char *varname, int &err) = 0; + virtual int Putenv(const char *envstring, int &err) = 0; + virtual char* LibPath(char *patchlevel) =0; + virtual char* SiteLibPath(char *patchlevel) =0; }; #endif /* __Inc__IPerlEnv___ */