Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 125318
Collapse All | Expand All

(-)libfwbuilder-2.0.10-orig/src/fwbuilder/BackgroundOp.h (+2 lines)
Lines 51-56 Link Here
51
namespace libfwbuilder
51
namespace libfwbuilder
52
{
52
{
53
53
54
//Forward declaration
55
void *background_thread(void *);
54
56
55
/**
57
/**
56
 *  Abstract class BackgroundOp represents operatioin executed in background
58
 *  Abstract class BackgroundOp represents operatioin executed in background
(-)libfwbuilder-2.0.10-orig/src/fwbuilder/dns.h (-1 / +1 lines)
Lines 92-98 Link Here
92
     */
92
     */
93
    static void init();
93
    static void init();
94
    
94
    
95
    DNS::DNS();
95
    DNS();
96
96
97
    /**
97
    /**
98
     * Finds IP adddresses of the host with given host name.
98
     * Finds IP adddresses of the host with given host name.
(-)libfwbuilder-2.0.10-orig/src/fwbuilder/IPAddress.h (+8 lines)
Lines 202-207 Link Here
202
                                                      const IPAddress &end);
202
                                                      const IPAddress &end);
203
};
203
};
204
204
205
//Forward decls
206
std::vector<IPNetwork> getOverlap(const IPNetwork &n1,const IPNetwork &n2);
207
std::vector<IPNetwork> substract(const IPNetwork &n1,const IPNetwork &n2);
208
std::vector<IPNetwork> convertAddressRange(const IPAddress &start,
209
                                           const IPAddress &end);
210
211
212
205
class Interface;
213
class Interface;
206
class IPRoute
214
class IPRoute
207
{
215
{

Return to bug 125318