#include <stdbool.h>
#include "list_cstring.h"
#include "list_refs.h"
Go to the source code of this file.
Data Structures | |
| struct | cce |
Functions | |
| void | cce_init (struct cce *cce) |
| Initialize cce structure. | |
| void | cce_clear (struct cce *cce) |
| Clear cce structure. | |
| bool | cce_validate (const char *filename) |
| Vlaidate CCE XML file. | |
| void | cce_parse (char *docname, struct cce *cce, char *id) |
| Parse CCE XML file. | |
See more details at http://cce.mitre.org/
1.5.7.1