IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2007, 3:38:16 PM (19 years ago)
Author:
eugene
Message:

boolean db extractions now working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/dvo/dbStackOps.c

    r13443 r13454  
    11# include "dvoshell.h"
    22
    3 void dbInitStack (StackVar *stack) {
     3void dbInitStack (dbStack *stack) {
    44  stack[0].type   = 0;
    55  stack[0].name   = NULL;
     
    77
    88// free data for stack entries (free stack explicitly)
    9 void dbFreeStack (StackVar *stack, int Nstack) {
     9void dbFreeStack (dbStack *stack, int Nstack) {
    1010
    1111  int i;
     
    2020
    2121/* delete name and data */
    22 void dbFreeEntry (dvoStack *stack) {
     22void dbFreeEntry (dbStack *stack) {
    2323
    2424  if (stack->type != 'T') return;
Note: See TracChangeset for help on using the changeset viewer.