#ifndef _DATACHECK_H_
#define _DATACHECK_H_

#include "CifFileObj.h"
#include "DICFileObj.h"

extern int DictionaryDataChecking(CifFileObj *in, DICFileObj *ref, FILE *fp,
              const int is_nmr, int& wrong_date, CifString &date_error);

#endif
