X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fd1_attset.h;h=c9d8e739a539937c8fa0f973ca9319d12edb4a8a;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hp=c2fb952e8573e8518dfd1fe4852685c96ba70298;hpb=1ef40949fde41e67c12cb83ed039cbe6c6342f4c;p=yaz-moved-to-github.git diff --git a/include/d1_attset.h b/include/d1_attset.h index c2fb952..c9d8e73 100644 --- a/include/d1_attset.h +++ b/include/d1_attset.h @@ -30,6 +30,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + /* * This structure describes a attset, perhaps made up by inclusion * (supersetting) of other attribute sets. When indexing and searching, @@ -69,4 +73,8 @@ typedef struct data1_attset data1_att *data1_getattbyname(data1_attset *s, char *name); data1_attset *data1_read_attset(char *file); +#ifdef __cplusplus +} +#endif + #endif