IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2008, 11:29:20 AM (18 years ago)
Author:
eugene
Message:

adding book shuffle function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/data.h

    r16119 r16631  
    2929  int Npages;
    3030  Page **pages;
    31   int *index;
     31  // int *index; (why did I define this?  is it not used?)
    3232  char **pageIDs;
    3333} Book;
     
    5252Page *GetPageRestricted (Book *book, int where, char *keyName, char *keyValue);
    5353Page *CreatePage (Book *book, char *name);
     54int ShufflePages (Book *book);
    5455int DeletePage (Book *book, Page *page);
    5556void ListPages (Book *book);
Note: See TracChangeset for help on using the changeset viewer.