Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e3a718fcad37ff363f65d6a6e994e272 > files > 228

ldns-devel-1.6.12-1.fc15.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type"
content="text/html;charset=iso-8859-1">
<title>ldns documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<div class="logo">
<img src="LogoInGradientBar2-y100.png"/>
</div>
<!-- Generated by Doxygen 1.7.4 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="dir_7a7a565456b510ac01baf8655647d8a2.html">ldns</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<div class="title">rr_functions.h</div>  </div>
</div>
<div class="contents">
<a href="rr__functions_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * rr_functions.h</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * the .h file with defs for the per rr</span>
<a name="l00005"></a>00005 <span class="comment"> * functions</span>
<a name="l00006"></a>00006 <span class="comment"> *</span>
<a name="l00007"></a>00007 <span class="comment"> * a Net::DNS like library for C</span>
<a name="l00008"></a>00008 <span class="comment"> * </span>
<a name="l00009"></a>00009 <span class="comment"> * (c) NLnet Labs, 2005-2006</span>
<a name="l00010"></a>00010 <span class="comment"> * </span>
<a name="l00011"></a>00011 <span class="comment"> * See the file LICENSE for the license</span>
<a name="l00012"></a>00012 <span class="comment"> */</span>
<a name="l00013"></a>00013 <span class="preprocessor">#ifndef LDNS_RR_FUNCTIONS_H</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#define LDNS_RR_FUNCTIONS_H</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span>
<a name="l00016"></a>00016 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00018"></a>00018 <span class="preprocessor">#endif</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <span class="comment">/* A / AAAA */</span>
<a name="l00032"></a>00032 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#af3223d21ff8acf3b2fc747b1e9fa91a9" title="returns the address of a LDNS_RR_TYPE_A rr">ldns_rr_a_address</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00033"></a>00033 
<a name="l00040"></a>00040 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a3ec8dc30a160d4283140f027be113166" title="sets the address of a LDNS_RR_TYPE_A rr">ldns_rr_a_set_address</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00041"></a>00041 
<a name="l00042"></a>00042 <span class="comment">/* NS */</span>
<a name="l00048"></a>00048 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#a57c51b4f06c3983d95c23dabce9496e9" title="returns the name of a LDNS_RR_TYPE_NS rr">ldns_rr_ns_nsdname</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00049"></a>00049 
<a name="l00050"></a>00050 <span class="comment">/* MX */</span>
<a name="l00056"></a>00056 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#aaac4a6f2ac3490a67e9ae18438693db8" title="returns the mx pref.">ldns_rr_mx_preference</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00062"></a>00062 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#abd0d5610a5a4dd0a7d83e2aca03f4695" title="returns the mx host of a LDNS_RR_TYPE_MX rr">ldns_rr_mx_exchange</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00063"></a>00063 
<a name="l00064"></a>00064 <span class="comment">/* RRSIG */</span>
<a name="l00070"></a>00070 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#ac8a561bf0b0409c11e6168bf2095b612" title="returns the type covered of a LDNS_RR_TYPE_RRSIG rr">ldns_rr_rrsig_typecovered</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00077"></a>00077 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a793485ed72ab4152bcfc4010b4df89c3" title="sets the typecovered of a LDNS_RR_TYPE_RRSIG rr">ldns_rr_rrsig_set_typecovered</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00083"></a>00083 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#a4f01be563d638668543f2fec2c50c5c4" title="returns the algorithm of a LDNS_RR_TYPE_RRSIG RR">ldns_rr_rrsig_algorithm</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00090"></a>00090 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a5322db96ef0b25bdf53c8ed1b38c79c1" title="sets the algorithm of a LDNS_RR_TYPE_RRSIG rr">ldns_rr_rrsig_set_algorithm</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00096"></a>00096 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *<a class="code" href="rr__functions_8c.html#a95dc532b743768be51e3d881c0f53995" title="returns the number of labels of a LDNS_RR_TYPE_RRSIG RR">ldns_rr_rrsig_labels</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00103"></a>00103 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a868e2c57564ba90d61b119e5d4890580" title="sets the number of labels of a LDNS_RR_TYPE_RRSIG rr">ldns_rr_rrsig_set_labels</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00109"></a>00109 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#aa025a9e432f22972cb2f59bafd0b2780" title="returns the original TTL of a LDNS_RR_TYPE_RRSIG RR">ldns_rr_rrsig_origttl</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00116"></a>00116 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#af093e1310b29998d2d93e43531682a85" title="sets the original TTL of a LDNS_RR_TYPE_RRSIG rr">ldns_rr_rrsig_set_origttl</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00122"></a>00122 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#a5861756760bce5173b85e681532569d3" title="returns the expiration time of a LDNS_RR_TYPE_RRSIG RR">ldns_rr_rrsig_expiration</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00129"></a>00129 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a3babbd14e40490efaa4a1601e9b39682" title="sets the expireation date of a LDNS_RR_TYPE_RRSIG rr">ldns_rr_rrsig_set_expiration</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00135"></a>00135 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#a5392caf7a0cb94a6321d4a7c18a3d27a" title="returns the inception time of a LDNS_RR_TYPE_RRSIG RR">ldns_rr_rrsig_inception</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00142"></a>00142 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a887bd03782a5d8d7ab6dce0d6fec1eb1" title="sets the inception date of a LDNS_RR_TYPE_RRSIG rr">ldns_rr_rrsig_set_inception</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00148"></a>00148 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#a5eb09e1c820357f339f9140a0c1f48a7" title="returns the keytag of a LDNS_RR_TYPE_RRSIG RR">ldns_rr_rrsig_keytag</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00155"></a>00155 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a3f507c209856f83959d3f8c9aa5f40f5" title="sets the keytag of a LDNS_RR_TYPE_RRSIG rr">ldns_rr_rrsig_set_keytag</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00161"></a>00161 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#ad4be0d7e446c740c857f257448f2b998" title="returns the signers name of a LDNS_RR_TYPE_RRSIG RR">ldns_rr_rrsig_signame</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00168"></a>00168 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a9b909f2ac0be7038df3c4368914fa9d9" title="sets the signers name of a LDNS_RR_TYPE_RRSIG rr">ldns_rr_rrsig_set_signame</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00174"></a>00174 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#ace2ec5cfdf36744e17132708fbf2cb64" title="returns the signature data of a LDNS_RR_TYPE_RRSIG RR">ldns_rr_rrsig_sig</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00181"></a>00181 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#ad7b20e14c55263e86ae3c2e05071a098" title="sets the signature data of a LDNS_RR_TYPE_RRSIG rr">ldns_rr_rrsig_set_sig</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00182"></a>00182 
<a name="l00183"></a>00183 <span class="comment">/* DNSKEY */</span>
<a name="l00189"></a>00189 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#a3564d50cd53e1f9e300ae72d85fe37cc" title="returns the flags of a LDNS_RR_TYPE_DNSKEY rr">ldns_rr_dnskey_flags</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00196"></a>00196 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a227109b6d64e9864d89b76e453bae821" title="sets the flags of a LDNS_RR_TYPE_DNSKEY rr">ldns_rr_dnskey_set_flags</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00202"></a>00202 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#a5fa4b4384534cd4bed2393b085249254" title="returns the protocol of a LDNS_RR_TYPE_DNSKEY rr">ldns_rr_dnskey_protocol</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00209"></a>00209 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a655018f87ce43d9a52f7dc109c6c11c9" title="sets the protocol of a LDNS_RR_TYPE_DNSKEY rr">ldns_rr_dnskey_set_protocol</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00215"></a>00215 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#a3e44cb78252137451fcaaf023ef77c7f" title="returns the algorithm of a LDNS_RR_TYPE_DNSKEY rr">ldns_rr_dnskey_algorithm</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00222"></a>00222 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a2235647d52df6e239e5f16de530ae01c" title="sets the algorithm of a LDNS_RR_TYPE_DNSKEY rr">ldns_rr_dnskey_set_algorithm</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00228"></a>00228 <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a>* <a class="code" href="rr__functions_8c.html#a06499b3b06013f395b9eca9a6f1ff74a" title="returns the key data of a LDNS_RR_TYPE_DNSKEY rr">ldns_rr_dnskey_key</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r);
<a name="l00235"></a>00235 <span class="keywordtype">bool</span> <a class="code" href="rr__functions_8c.html#a7520d9c67f7fc3e41c8cbda2fb619f2c" title="sets the key data of a LDNS_RR_TYPE_DNSKEY rr">ldns_rr_dnskey_set_key</a>(<a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *r, <a class="code" href="structldns__struct__rdf.html" title="Resource record data field.">ldns_rdf</a> *f);
<a name="l00236"></a>00236 
<a name="l00244"></a>00244 <span class="keywordtype">size_t</span> <a class="code" href="rr__functions_8c.html#ae170a580c2abd32969a7a7a7500cb033" title="get the length of the keydata in bits">ldns_rr_dnskey_key_size_raw</a>(<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *keydata,
<a name="l00245"></a>00245                                    <span class="keyword">const</span> <span class="keywordtype">size_t</span> len,
<a name="l00246"></a>00246                                    <span class="keyword">const</span> <a class="code" href="keys_8h.html#af4bde8238e05b183cf373f49639a3e58">ldns_algorithm</a> alg);
<a name="l00247"></a>00247 
<a name="l00253"></a>00253 <span class="keywordtype">size_t</span> <a class="code" href="rr__functions_8c.html#a62365cf8882b70048615dc0f5624b6bb" title="get the length of the keydata in bits">ldns_rr_dnskey_key_size</a>(<span class="keyword">const</span> <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *key);
<a name="l00254"></a>00254 
<a name="l00266"></a><a class="code" href="rr__functions_8h.html#adef62d383c5b0e3965ad5d7fe5177507">00266</a> <span class="keyword">typedef</span> uint32_t (*<a class="code" href="rr__functions_8h.html#adef62d383c5b0e3965ad5d7fe5177507" title="The type of function to be passed to ldns_rr_soa_increment_func, ldns_rr_soa_increment_func_data or l...">ldns_soa_serial_increment_func_t</a>)(uint32_t, <span class="keywordtype">void</span>*);
<a name="l00267"></a>00267 
<a name="l00274"></a>00274 uint32_t <a class="code" href="rr__functions_8c.html#a0f6fcc6bf5661b508574e40d00b9e842">ldns_soa_serial_identity</a>(uint32_t _, <span class="keywordtype">void</span> *data);
<a name="l00275"></a>00275 
<a name="l00282"></a>00282 uint32_t <a class="code" href="rr__functions_8c.html#a3e66006a24cc96304d329cebbca285dc">ldns_soa_serial_increment</a>(uint32_t s, <span class="keywordtype">void</span> *_);
<a name="l00283"></a>00283 
<a name="l00290"></a>00290 uint32_t <a class="code" href="rr__functions_8c.html#ae6900c5e302c4a01bc02b686234f04be" title="Function to be used with dns_rr_soa_increment_func_int, to increment the soa serial number with a cer...">ldns_soa_serial_increment_by</a>(uint32_t s, <span class="keywordtype">void</span> *data);
<a name="l00291"></a>00291 
<a name="l00303"></a>00303 uint32_t <a class="code" href="rr__functions_8c.html#a0e665ffe453d7aeefa9087ec0112bdcd" title="Function to be used with ldns_rr_soa_increment_func or ldns_rr_soa_increment_func_int to set the soa ...">ldns_soa_serial_unixtime</a>(uint32_t s, <span class="keywordtype">void</span> *data);
<a name="l00304"></a>00304 
<a name="l00316"></a>00316 uint32_t <a class="code" href="rr__functions_8c.html#afcb078ca6781a053fef735635f8dec22" title="Function to be used with ldns_rr_soa_increment_func or ldns_rr_soa_increment_func_int to set the soa ...">ldns_soa_serial_datecounter</a>(uint32_t s, <span class="keywordtype">void</span> *data);
<a name="l00317"></a>00317 
<a name="l00322"></a>00322 <span class="keywordtype">void</span> <a class="code" href="rr__functions_8c.html#ac5b21fd1fbf759f337a6534810b24025" title="Increment the serial number of the given SOA by one.">ldns_rr_soa_increment</a>(
<a name="l00323"></a>00323                 <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *soa);
<a name="l00324"></a>00324 
<a name="l00332"></a>00332 <span class="keywordtype">void</span> <a class="code" href="rr__functions_8c.html#a871d964097d1b725fc78b78e2a72865d" title="Increment the serial number of the given SOA with the given function.">ldns_rr_soa_increment_func</a>(
<a name="l00333"></a>00333                 <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *soa, <a class="code" href="rr__functions_8h.html#adef62d383c5b0e3965ad5d7fe5177507" title="The type of function to be passed to ldns_rr_soa_increment_func, ldns_rr_soa_increment_func_data or l...">ldns_soa_serial_increment_func_t</a> f);
<a name="l00334"></a>00334 
<a name="l00342"></a>00342 <span class="keywordtype">void</span> <a class="code" href="rr__functions_8c.html#addaa8048093d748991728c5203630dab" title="Increment the serial number of the given SOA with the given function passing it the given data argume...">ldns_rr_soa_increment_func_data</a>(
<a name="l00343"></a>00343                 <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *soa, <a class="code" href="rr__functions_8h.html#adef62d383c5b0e3965ad5d7fe5177507" title="The type of function to be passed to ldns_rr_soa_increment_func, ldns_rr_soa_increment_func_data or l...">ldns_soa_serial_increment_func_t</a> f, <span class="keywordtype">void</span> *data);
<a name="l00344"></a>00344 
<a name="l00356"></a>00356 <span class="keywordtype">void</span> <a class="code" href="rr__functions_8c.html#a2dc56922e3bef62bc9db11a0b2162833" title="Increment the serial number of the given SOA with the given function using data as an argument for th...">ldns_rr_soa_increment_func_int</a>(
<a name="l00357"></a>00357                 <a class="code" href="structldns__struct__rr.html" title="Resource Record.">ldns_rr</a> *soa, <a class="code" href="rr__functions_8h.html#adef62d383c5b0e3965ad5d7fe5177507" title="The type of function to be passed to ldns_rr_soa_increment_func, ldns_rr_soa_increment_func_data or l...">ldns_soa_serial_increment_func_t</a> f, <span class="keywordtype">int</span> data);
<a name="l00358"></a>00358 
<a name="l00359"></a>00359 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00360"></a>00360 <span class="preprocessor"></span>}
<a name="l00361"></a>00361 <span class="preprocessor">#endif</span>
<a name="l00362"></a>00362 <span class="preprocessor"></span>
<a name="l00363"></a>00363 <span class="preprocessor">#endif </span><span class="comment">/* LDNS_RR_FUNCTIONS_H */</span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Wed Jan 11 2012 for ldns by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>