Actual source code: unit.h

  1: #ifndef __TAOLINESEARCH_UNIT_H

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

  8: #endif