/* CSE 333 Su12 Lecture 7 demo: include_problem/ht.h */
/* Gribble/Perkins */

#include "ll.h"

typedef void *HashTable;

// A hypothetical function
LinkedList HTKeyList(HashTable t);