IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2008, 12:15:16 PM (18 years ago)
Author:
eugene
Message:

updates to fix compile errors caught by Wall, Werror

File:
1 edited

Legend:

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

    r16486 r17419  
    125125
    126126void InitPcontrol ();
     127void FreePcontrol ();
    127128
    128129/*** StackOps.c ***/
    129130Stack *InitStack ();
     131void   FreeStack (Stack *stack);
    130132int    PushStack (Stack *stack, int where, void *object, int id, char *name);
    131133void  *PullStackByLocation (Stack *stack, int where);
     
    184186/*** HostOps.c ***/
    185187void   InitHostStacks ();
     188void   FreeHostStacks ();
    186189Stack *GetHostStack (int StackID);
    187190char  *GetHostStackName (int StackID);
     
    204207/*** JobOps.c ***/
    205208void   InitJobStacks ();
     209void   FreeJobStacks ();
    206210Stack *GetJobStack (int StackID);
    207211char  *GetJobStackName (int StackID);
Note: See TracChangeset for help on using the changeset viewer.