Show
Ignore:
Timestamp:
04/30/06 14:55:38 (4 years ago)
Author:
ahu
Message:

implement 'netstringerror', to be called to report network errors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/misc.hh

    r802 r812  
    150150string U32ToIP(uint32_t); 
    151151string stringerror(); 
     152string netstringerror(); 
    152153string itoa(int i); 
    153154string uitoa(unsigned int i);