diff options
Diffstat (limited to 'perl-install/c/stuff.xs.pm')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index db07893a1..c7b0ed82e 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -109,6 +109,11 @@ setsid() int detectSMP() +char* +crypt_md5(pw, salt) + char *pw + char *salt + unsigned int getpagesize() |