X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fd1_attset.h;fp=include%2Fd1_attset.h;h=c9d8e739a539937c8fa0f973ca9319d12edb4a8a;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hp=191e004056d6f722868e9f531b90c3ddfc1801e9;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e;p=yaz-moved-to-github.git diff --git a/include/d1_attset.h b/include/d1_attset.h index 191e004..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, @@ -68,4 +72,9 @@ typedef struct data1_attset data1_att *data1_getattbyname(data1_attset *s, char *name); data1_attset *data1_read_attset(char *file); + +#ifdef __cplusplus +} +#endif + #endif