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 | 5f3db2843579cf8a361158b1fb3c41bf49c0c629 (patch) | |
tree | 5a7b5e39a0c7ed88775507e4089a33793231492d /perl-install/c | |
parent | de2f63af16fcf41181ee7e6ce354c1c5d3e6281d (diff) | |
download | drakx-backup-do-not-use-5f3db2843579cf8a361158b1fb3c41bf49c0c629.tar drakx-backup-do-not-use-5f3db2843579cf8a361158b1fb3c41bf49c0c629.tar.gz drakx-backup-do-not-use-5f3db2843579cf8a361158b1fb3c41bf49c0c629.tar.bz2 drakx-backup-do-not-use-5f3db2843579cf8a361158b1fb3c41bf49c0c629.tar.xz drakx-backup-do-not-use-5f3db2843579cf8a361158b1fb3c41bf49c0c629.zip |
export res_init function to perl lib
Diffstat (limited to 'perl-install/c')
-rwxr-xr-x | perl-install/c/stuff.xs.pl | 3 |
1 files changed, 3 insertions, 0 deletions
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: |