Changeset 65
- Timestamp:
- 1999-09-20 10:49:09 (9 years ago)
- Files:
-
- 1 modified
-
trunk/xapian-core/backends/da/daread.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xapian-core/backends/da/daread.h
r63 r65 3 3 #ifndef _daread_h_ 4 4 #define _daread_h_ 5 6 /* Make header file work when included from C++ */ 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 5 10 6 11 #include <stdio.h> /* main etc */ … … 113 118 extern void readterms(struct termvec * tv); 114 119 120 #ifdef __cplusplus 121 } 122 #endif 123 115 124 #endif /* daread.h */
