2020-06-12 01:07:04 -05:00
|
|
|
#ifndef WRITE_XML_FABRIC_KEY_H
|
|
|
|
#define WRITE_XML_FABRIC_KEY_H
|
|
|
|
|
|
|
|
/********************************************************************
|
|
|
|
* Include header files that are required by function declaration
|
|
|
|
*******************************************************************/
|
|
|
|
#include <fstream>
|
|
|
|
#include "fabric_key.h"
|
|
|
|
|
|
|
|
/********************************************************************
|
|
|
|
* Function declaration
|
|
|
|
*******************************************************************/
|
2020-06-12 11:41:34 -05:00
|
|
|
int write_xml_fabric_key(const char* fname,
|
|
|
|
const FabricKey& fabric_key);
|
2020-06-12 01:07:04 -05:00
|
|
|
|
|
|
|
#endif
|