Index: trunk/Ohana/src/opihi/include/data.h
===================================================================
--- trunk/Ohana/src/opihi/include/data.h	(revision 16119)
+++ trunk/Ohana/src/opihi/include/data.h	(revision 16631)
@@ -29,5 +29,5 @@
   int Npages;
   Page **pages;
-  int *index;
+  // int *index; (why did I define this?  is it not used?)
   char **pageIDs;
 } Book;
@@ -52,4 +52,5 @@
 Page *GetPageRestricted (Book *book, int where, char *keyName, char *keyValue);
 Page *CreatePage (Book *book, char *name);
+int ShufflePages (Book *book);
 int DeletePage (Book *book, Page *page);
 void ListPages (Book *book);
