Changeset 650 for trunk/pdns/pdns/rcpgenerator.hh
- Timestamp:
- 04/03/06 22:29:20 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/rcpgenerator.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/rcpgenerator.hh
r510 r650 48 48 void xfrLabel(string& val, bool compress=false); 49 49 void xfrText(string& val); 50 void xfrHexBlob(string& val); 50 51 void xfrBlob(string& val); 51 52 … … 73 74 void xfrText(const string& val); 74 75 void xfrBlob(const string& val); 76 void xfrHexBlob(const string& val); 75 77 76 78 private: