1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3.1"/>
<title>Open SCAP Library: unused.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Open SCAP Library
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File 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_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_3d1f1297aef3898034758bfcdc97a024.html">XCCDF</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">unused.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Copyright 2009 Red Hat Inc., Durham, North Carolina.</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * All Rights Reserved.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * This library is free software; you can redistribute it and/or</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * modify it under the terms of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * License as published by the Free Software Foundation; either</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * version 2.1 of the License, or (at your option) any later version.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * This library is distributed in the hope that it will be useful, </span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * Lesser General Public License for more details.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * You should have received a copy of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * License along with this library; if not, write to the Free Software </span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * Authors:</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * Lukas Kuklinek <lkuklinek@redhat.com></span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> OSCAP_HIDDEN_START;</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment">// Prototypes to supress compiler warnings</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment">// these funcs are automatically generated but useless</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="keyword">struct </span><a class="code" href="structxccdf__warning__iterator.html" title="Warning iterator.">xccdf_warning_iterator</a> *xccdf_profile_get_warnings(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *profile);</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *xccdf_benchmark_get_extends(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *);</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keywordtype">bool</span> xccdf_benchmark_get_hidden(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="keywordtype">bool</span> xccdf_benchmark_get_selected(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keywordtype">bool</span> xccdf_benchmark_get_multiple(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="keywordtype">bool</span> xccdf_benchmark_get_prohibit_changes(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="keywordtype">bool</span> xccdf_benchmark_get_abstract(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keywordtype">bool</span> xccdf_benchmark_get_interactive(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keywordtype">bool</span> xccdf_benchmark_set_selected(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keywordtype">bool</span> xccdf_benchmark_set_abstract(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keywordtype">bool</span> xccdf_benchmark_set_hidden(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="keywordtype">bool</span> xccdf_benchmark_set_interactive(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="keywordtype">bool</span> xccdf_benchmark_set_multiple(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keywordtype">bool</span> xccdf_benchmark_set_prohibit_changes(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keywordtype">bool</span> xccdf_group_get_resolved(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__group.html" title="XCCDF rule group.">xccdf_group</a> *group);</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="keywordtype">bool</span> xccdf_group_get_multiple(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__group.html" title="XCCDF rule group.">xccdf_group</a> *group);</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keywordtype">bool</span> xccdf_group_get_interactive(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__group.html" title="XCCDF rule group.">xccdf_group</a> *group);</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="keywordtype">bool</span> xccdf_group_set_resolved(<span class="keyword">struct</span> <a class="code" href="structxccdf__group.html" title="XCCDF rule group.">xccdf_group</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="keywordtype">bool</span> xccdf_group_set_interactive(<span class="keyword">struct</span> <a class="code" href="structxccdf__group.html" title="XCCDF rule group.">xccdf_group</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="keywordtype">bool</span> xccdf_group_set_multiple(<span class="keyword">struct</span> <a class="code" href="structxccdf__group.html" title="XCCDF rule group.">xccdf_group</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="keywordtype">bool</span> xccdf_rule_set_resolved(<span class="keyword">struct</span> <a class="code" href="structxccdf__rule.html" title="XCCDF rule defines a test execution.">xccdf_rule</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="keywordtype">bool</span> xccdf_rule_get_resolved(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__rule.html" title="XCCDF rule defines a test execution.">xccdf_rule</a> *rule);</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="keywordtype">bool</span> xccdf_rule_get_interactive(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__rule.html" title="XCCDF rule defines a test execution.">xccdf_rule</a> *rule);</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="keywordtype">bool</span> xccdf_value_get_multiple(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__value.html" title="XCCDF Value allows test parametrization or capturing output of tests.">xccdf_value</a> *value);</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="keywordtype">bool</span> xccdf_value_set_resolved(<span class="keyword">struct</span> <a class="code" href="structxccdf__value.html" title="XCCDF Value allows test parametrization or capturing output of tests.">xccdf_value</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="keywordtype">bool</span> xccdf_value_set_selected(<span class="keyword">struct</span> <a class="code" href="structxccdf__value.html" title="XCCDF Value allows test parametrization or capturing output of tests.">xccdf_value</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="keywordtype">bool</span> xccdf_value_get_resolved(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__value.html" title="XCCDF Value allows test parametrization or capturing output of tests.">xccdf_value</a> *value);</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="keywordtype">bool</span> xccdf_value_get_selected(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__value.html" title="XCCDF Value allows test parametrization or capturing output of tests.">xccdf_value</a> *value);</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="keywordtype">bool</span> xccdf_profile_get_resolved(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *profile);</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="keywordtype">bool</span> xccdf_profile_get_hidden(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *profile);</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="keywordtype">bool</span> xccdf_profile_get_selected(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *profile);</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="keywordtype">bool</span> xccdf_profile_get_multiple(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *profile);</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="keywordtype">bool</span> xccdf_profile_get_interactive(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *profile);</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="keywordtype">bool</span> xccdf_profile_set_resolved(<span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="keywordtype">bool</span> xccdf_profile_set_selected(<span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="keywordtype">bool</span> xccdf_profile_set_hidden(<span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="keywordtype">bool</span> xccdf_profile_set_interactive(<span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="keywordtype">bool</span> xccdf_profile_set_multiple(<span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="keyword">struct </span><a class="code" href="structxccdf__item.html" title="A base class for XCCDF items.">xccdf_item</a> *xccdf_profile_get_parent(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *profile);</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="keyword">struct </span><a class="code" href="structoscap__text__iterator.html" title="Internationalized string iterator.">oscap_text_iterator</a> *xccdf_benchmark_get_question(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *xccdf_profile_get_cluster_id(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *profile);</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *xccdf_benchmark_get_cluster_id(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="keyword">struct </span><a class="code" href="structoscap__text__iterator.html" title="Internationalized string iterator.">oscap_text_iterator</a> *xccdf_profile_get_rationale(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *profile);</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="keyword">struct </span><a class="code" href="structoscap__text__iterator.html" title="Internationalized string iterator.">oscap_text_iterator</a> *xccdf_benchmark_get_rationale(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="keyword">struct </span><a class="code" href="structoscap__text__iterator.html" title="Internationalized string iterator.">oscap_text_iterator</a> *xccdf_value_get_rationale(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__value.html" title="XCCDF Value allows test parametrization or capturing output of tests.">xccdf_value</a> *value);</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="keyword">struct </span><a class="code" href="structoscap__text__iterator.html" title="Internationalized string iterator.">oscap_text_iterator</a> *xccdf_profile_get_question(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *profile);</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="keyword">struct </span><a class="code" href="structoscap__string__iterator.html" title="String iterator.">oscap_string_iterator</a> *xccdf_value_get_platforms(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__value.html" title="XCCDF Value allows test parametrization or capturing output of tests.">xccdf_value</a> *value);</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="keyword">struct </span><a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *xccdf_benchmark_get_benchmark(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="keyword">struct </span><a class="code" href="structxccdf__item.html" title="A base class for XCCDF items.">xccdf_item</a> *xccdf_benchmark_get_parent(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="keywordtype">float</span> xccdf_profile_get_weight(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *profile);</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="keywordtype">float</span> xccdf_benchmark_get_weight(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *benchmark);</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="keywordtype">float</span> xccdf_value_get_weight(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__value.html" title="XCCDF Value allows test parametrization or capturing output of tests.">xccdf_value</a> *value);</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="keyword">struct </span><a class="code" href="structoscap__text__iterator.html" title="Internationalized string iterator.">oscap_text_iterator</a> *xccdf_result_get_question(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="keyword">struct </span><a class="code" href="structoscap__text__iterator.html" title="Internationalized string iterator.">oscap_text_iterator</a> *xccdf_result_get_rationale(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="keyword">struct </span><a class="code" href="structoscap__text__iterator.html" title="Internationalized string iterator.">oscap_text_iterator</a> *xccdf_result_get_description(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="keyword">struct </span>oscap_reference_iterator *xccdf_result_get_references(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">struct </span><a class="code" href="structxccdf__warning__iterator.html" title="Warning iterator.">xccdf_warning_iterator</a> *xccdf_result_get_warnings(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *xccdf_result_get_cluster_id(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *xccdf_result_get_version_update(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *xccdf_result_get_version_time(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="keywordtype">float</span> xccdf_result_get_weight(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="keyword">struct </span><a class="code" href="structxccdf__item.html" title="A base class for XCCDF items.">xccdf_item</a> *xccdf_result_get_parent(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *xccdf_result_get_extends(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="keywordtype">bool</span> xccdf_result_get_resolved(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="keywordtype">bool</span> xccdf_result_get_hidden(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="keywordtype">bool</span> xccdf_result_get_selected(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="keywordtype">bool</span> xccdf_result_get_multiple(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="keywordtype">bool</span> xccdf_result_get_prohibit_changes(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <span class="keywordtype">bool</span> xccdf_result_get_abstract(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="keywordtype">bool</span> xccdf_result_get_interactive(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item);</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> <span class="keywordtype">bool</span> xccdf_result_set_abstract(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="keywordtype">bool</span> xccdf_result_set_hidden(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="keywordtype">bool</span> xccdf_result_set_interactive(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="keywordtype">bool</span> xccdf_result_set_multiple(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> <span class="keywordtype">bool</span> xccdf_result_set_prohibit_changes(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="keywordtype">bool</span> xccdf_result_set_resolved(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="keywordtype">bool</span> xccdf_result_set_selected(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="keywordtype">bool</span> xccdf_item_get_resolved(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__item.html" title="A base class for XCCDF items.">xccdf_item</a> *item);</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="keywordtype">bool</span> xccdf_item_get_multiple(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__item.html" title="A base class for XCCDF items.">xccdf_item</a> *item);</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> <span class="keywordtype">bool</span> xccdf_item_set_multiple(<span class="keyword">struct</span> <a class="code" href="structxccdf__item.html" title="A base class for XCCDF items.">xccdf_item</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> <span class="keywordtype">bool</span> xccdf_item_set_resolved(<span class="keyword">struct</span> <a class="code" href="structxccdf__item.html" title="A base class for XCCDF items.">xccdf_item</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> <span class="keywordtype">bool</span> xccdf_benchmark_set_weight(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <a class="code" href="group__XCCDF.html#ga83ab7d5052d01468f373732e268f47b4" title="Type of a numerical content for a XCCDF value.">xccdf_numeric</a> newval);</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="keywordtype">bool</span> xccdf_profile_set_weight(<span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *item, <a class="code" href="group__XCCDF.html#ga83ab7d5052d01468f373732e268f47b4" title="Type of a numerical content for a XCCDF value.">xccdf_numeric</a> newval);</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="keywordtype">bool</span> xccdf_value_set_weight(<span class="keyword">struct</span> <a class="code" href="structxccdf__value.html" title="XCCDF Value allows test parametrization or capturing output of tests.">xccdf_value</a> *item, <a class="code" href="group__XCCDF.html#ga83ab7d5052d01468f373732e268f47b4" title="Type of a numerical content for a XCCDF value.">xccdf_numeric</a> newval);</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> <span class="keywordtype">bool</span> xccdf_result_set_weight(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <a class="code" href="group__XCCDF.html#ga83ab7d5052d01468f373732e268f47b4" title="Type of a numerical content for a XCCDF value.">xccdf_numeric</a> newval);</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="keywordtype">bool</span> xccdf_result_set_cluster_id(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">const</span> <span class="keywordtype">char</span> *newval);</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="keywordtype">bool</span> xccdf_result_set_extends(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">const</span> <span class="keywordtype">char</span> *newval);</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <span class="keywordtype">bool</span> xccdf_result_set_version_time(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">const</span> <span class="keywordtype">char</span> *newval);</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> <span class="keywordtype">bool</span> xccdf_result_set_version_update(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">const</span> <span class="keywordtype">char</span> *newval);</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="keywordtype">bool</span> xccdf_profile_set_cluster_id(<span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *item, <span class="keyword">const</span> <span class="keywordtype">char</span> *newval);</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="keywordtype">bool</span> xccdf_benchmark_set_cluster_id(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <span class="keyword">const</span> <span class="keywordtype">char</span> *newval);</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> <span class="keywordtype">bool</span> xccdf_benchmark_set_extends(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <span class="keyword">const</span> <span class="keywordtype">char</span> *newval);</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="keywordtype">bool</span> xccdf_benchmark_add_question(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <span class="keyword">struct</span> <a class="code" href="structoscap__text.html" title="Representation of internationalizable character strings.">oscap_text</a> *newval);</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <span class="keywordtype">bool</span> xccdf_benchmark_add_rationale(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <span class="keyword">struct</span> <a class="code" href="structoscap__text.html" title="Representation of internationalizable character strings.">oscap_text</a> *newval);</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <span class="keywordtype">bool</span> xccdf_benchmark_add_warning(<span class="keyword">struct</span> <a class="code" href="structxccdf__benchmark.html" title="Top level XCCDF structure containing profiles, rules, values and results.">xccdf_benchmark</a> *item, <span class="keyword">struct</span> <a class="code" href="structxccdf__warning.html" title="XCCDF warning.">xccdf_warning</a> *newval);</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <span class="keywordtype">bool</span> xccdf_profile_add_question(<span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *item, <span class="keyword">struct</span> <a class="code" href="structoscap__text.html" title="Representation of internationalizable character strings.">oscap_text</a> *newval);</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span> <span class="keywordtype">bool</span> xccdf_profile_add_rationale(<span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *item, <span class="keyword">struct</span> <a class="code" href="structoscap__text.html" title="Representation of internationalizable character strings.">oscap_text</a> *newval);</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <span class="keywordtype">bool</span> xccdf_profile_add_warning(<span class="keyword">struct</span> <a class="code" href="structxccdf__profile.html" title="XCCDF profile is a set of tests and their settings in a compact package.">xccdf_profile</a> *item, <span class="keyword">struct</span> <a class="code" href="structxccdf__warning.html" title="XCCDF warning.">xccdf_warning</a> *newval);</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span> <span class="keywordtype">bool</span> xccdf_value_add_rationale(<span class="keyword">struct</span> <a class="code" href="structxccdf__value.html" title="XCCDF Value allows test parametrization or capturing output of tests.">xccdf_value</a> *item, <span class="keyword">struct</span> <a class="code" href="structoscap__text.html" title="Representation of internationalizable character strings.">oscap_text</a> *newval);</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <span class="keywordtype">bool</span> xccdf_value_add_platform(<span class="keyword">struct</span> <a class="code" href="structxccdf__value.html" title="XCCDF Value allows test parametrization or capturing output of tests.">xccdf_value</a> *item, <span class="keyword">const</span> <span class="keywordtype">char</span> *newval);</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="keywordtype">bool</span> xccdf_result_add_description(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">struct</span> <a class="code" href="structoscap__text.html" title="Representation of internationalizable character strings.">oscap_text</a> *newval);</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <span class="keywordtype">bool</span> xccdf_result_add_platform(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">const</span> <span class="keywordtype">char</span> *newval);</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <span class="keywordtype">bool</span> xccdf_result_add_question(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">struct</span> <a class="code" href="structoscap__text.html" title="Representation of internationalizable character strings.">oscap_text</a> *newval);</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <span class="keywordtype">bool</span> xccdf_result_add_rationale(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">struct</span> <a class="code" href="structoscap__text.html" title="Representation of internationalizable character strings.">oscap_text</a> *newval);</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="keywordtype">bool</span> xccdf_result_add_reference(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">struct</span> <a class="code" href="structoscap__reference.html">oscap_reference</a> *newval);</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <span class="keywordtype">bool</span> xccdf_result_add_status(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">struct</span> <a class="code" href="structxccdf__status.html" title="XCCDF item status.">xccdf_status</a> *newval);</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span> <span class="keywordtype">bool</span> xccdf_result_add_dc_status(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">struct</span> <a class="code" href="structoscap__reference.html">oscap_reference</a> *newval);</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span> <span class="keywordtype">bool</span> xccdf_result_add_warning(<span class="keyword">struct</span> <a class="code" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> *item, <span class="keyword">struct</span> <a class="code" href="structxccdf__warning.html" title="XCCDF warning.">xccdf_warning</a> *newval);</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <span class="keywordtype">bool</span> xccdf_rule_set_interactive(<span class="keyword">struct</span> <a class="code" href="structxccdf__rule.html" title="XCCDF rule defines a test execution.">xccdf_rule</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <span class="keywordtype">bool</span> xccdf_item_get_interactive(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structxccdf__item.html" title="A base class for XCCDF items.">xccdf_item</a> *item);</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span> <span class="keywordtype">bool</span> xccdf_item_set_interactive(<span class="keyword">struct</span> <a class="code" href="structxccdf__item.html" title="A base class for XCCDF items.">xccdf_item</a> *item, <span class="keywordtype">bool</span> newval);</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span> </div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span> OSCAP_HIDDEN_END;</div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3.1
</small></address>
</body>
</html>
|