diff options
author | Olivier Blin <blino@mageia.org> | 2012-05-10 20:05:56 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2012-05-10 20:05:56 +0000 |
commit | 354b232ad48ce975d046f9455f4e14c749dd9690 (patch) | |
tree | 5a7b5e39a0c7ed88775507e4089a33793231492d | |
parent | 5f5c62d925ac2202831bbbeec8f0f2486567e57e (diff) | |
download | drakx-354b232ad48ce975d046f9455f4e14c749dd9690.tar drakx-354b232ad48ce975d046f9455f4e14c749dd9690.tar.gz drakx-354b232ad48ce975d046f9455f4e14c749dd9690.tar.bz2 drakx-354b232ad48ce975d046f9455f4e14c749dd9690.tar.xz drakx-354b232ad48ce975d046f9455f4e14c749dd9690.zip |
export res_init function to perl lib
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rwxr-xr-x | perl-install/c/stuff.xs.pl | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index ce66fd65b..9bb7bf644 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- export res_init function to perl lib + Version 14.20 - 6 May 2012 - diskdrake: diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index d36001baf..4b80a862f 100755 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -332,6 +332,9 @@ get_usb_ups_name(int fd) int +res_init() + +int isNetDeviceWirelessAware(device) char * device CODE: |