Actual source code: unit.h

  1: #ifndef __TAOLINESEARCH_UNIT_H


  5: typedef struct {
  6:     int dummy;
  7: } TAOLINESEARCH_UNIT_CTX;


 10: #endif