Revision ebc810f4 include/Zone.h
include/Zone.h | ||
---|---|---|
46 | 46 |
*/ |
47 | 47 |
int from_xml(const string &xml_str); |
48 | 48 |
|
49 |
/** |
|
50 |
* Add servers to this zone |
|
51 |
* @param tmpl with SERVER definitions |
|
52 |
* @param error |
|
53 |
* |
|
54 |
* @return 0 on success, -1 otherwise |
|
55 |
*/ |
|
56 |
int add_servers(Template& tmpl, string& error); |
|
57 |
|
|
49 | 58 |
private: |
50 | 59 |
// ------------------------------------------------------------------------- |
51 | 60 |
// Friends |
Also available in: Unified diff