create_index.c 92 B

1234567
  1. #include <grass/dbmi.h>
  2. int db__driver_create_index(dbIndex * index)
  3. {
  4. return DB_OK;
  5. }