summaryrefslogtreecommitdiffstats
path: root/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'index.h')
-rw-r--r--index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.h b/index.h
index e1fc7ae..a22d236 100644
--- a/index.h
+++ b/index.h
@@ -5,8 +5,8 @@
/* Ternary Search Tree specific structures */
/* *************************************** */
-typedef struct tst_node_s tst_node_t;
-typedef struct sub_tst_s sub_tst_t;
+typedef struct tst_node_s tst_node_t;
+typedef struct sub_tst_s sub_tst_t;
#if 0 /* here for coherency but not used. */
void tst_cleanup(tst_node_t * p);