IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 12:21:18 PM (19 years ago)
Author:
eugene
Message:

complete merge from branch dvo-mods-2007-02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/book_commands.c

    r11327 r12332  
    88
    99  ListBooks();
     10  return TRUE;
    1011}
    1112
     
    6364int book_listbook (int argc, char **argv) {
    6465
    65   int status;
    6666  Book *book;
    6767
     
    8383int book_npages (int argc, char **argv) {
    8484
    85   int N, status;
     85  int N;
    8686  Book *book;
    8787  char *varName;
Note: See TracChangeset for help on using the changeset viewer.