Changeset 65

Show
Ignore:
Timestamp:
1999-09-20 10:49:09 (9 years ago)
Author:
richard
Message:

Make it compile with C++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xapian-core/backends/da/daread.h

    r63 r65  
    33#ifndef _daread_h_ 
    44#define _daread_h_ 
     5 
     6/* Make header file work when included from C++ */ 
     7#ifdef __cplusplus 
     8extern "C" { 
     9#endif 
    510 
    611#include <stdio.h>   /* main etc */ 
     
    113118extern void   readterms(struct termvec * tv); 
    114119 
     120#ifdef __cplusplus 
     121} 
     122#endif 
     123 
    115124#endif /* daread.h */