X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fd1_attset.h;h=c9d8e739a539937c8fa0f973ca9319d12edb4a8a;hb=88d26764ac94b4a2872c77e2deed58b15d2f6f02;hp=191e004056d6f722868e9f531b90c3ddfc1801e9;hpb=527e5237725b631a58124f9b0d7b5ce97c62a183;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