Skip to content

Commit d2638b7

Browse files
committed
add signature for several XDI_validate functions
1 parent 2fd6413 commit d2638b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

c/xdifile.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,15 @@ _EXPORT(int) XDI_readfile(char *filename, XDIFile *xdifile) ;
6262
_EXPORT(int) XDI_get_array_index(XDIFile *xdifile, long n, double *out);
6363
_EXPORT(int) XDI_get_array_name(XDIFile *xdifile, char *name, double *out);
6464
_EXPORT(int) XDI_required_metadata(XDIFile *xdifile);
65+
_EXPORT(int) XDI_recommended_metadata(XDIFile *xdifile);
6566
_EXPORT(int) XDI_defined_family(XDIFile *xdifile, char *family);
6667
_EXPORT(int) XDI_validate_item(XDIFile *xdifile, char *family, char *name, char *value);
68+
_EXPORT(int) XDI_validate_mono(XDIFile *xdifile, char *name, char *value);
69+
_EXPORT(int) XDI_validate_sample(XDIFile *xdifile, char *name, char *value);
70+
_EXPORT(int) XDI_validate_scan(XDIFile *xdifile, char *name, char *value);
71+
_EXPORT(int) XDI_validate_column(XDIFile *xdifile, char *name, char *value);
72+
_EXPORT(int) XDI_validate_element(XDIFile *xdifile, char *name, char *value);
73+
6774
_EXPORT(void) XDI_cleanup(XDIFile *xdifile, long err);
6875

6976
/* Tokens used in XDI File */

0 commit comments

Comments
 (0)