summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pixmaps/unselected.png
Commit message (Expand)AuthorAgeFilesLines
* update installer and advertising design for beta1Anne Nicolas2011-04-011-0/+0
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-0/+0
* update icons for packages/services selectionThierry Vignaud2008-09-151-0/+0
* update package management iconsThierry Vignaud2008-09-011-0/+0
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+0
n> * */ #ifndef _DHCP_H_ #define _DHCP_H_ #include "stage1.h" #include "network.h" enum return_type perform_dhcp(struct interface_info * intf); extern char * dhcp_hostname; extern char * dhcp_domain; #endif