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
  • branches/ipp-2-5/Ohana/src/opihi/include/pantasks.h

    r15797 r17419  
    162162
    163163void InitPantasks ();
     164void FreePantasks ();
     165
    164166void InitPantasksServer ();
     167void FreePantasksServer ();
     168
    165169void InitPantasksClient ();
     170void FreePantasksClient ();
     171
    166172void InitTasks ();
     173void FreeTasks ();
     174
    167175Task *NextTask ();
    168176Task *FindTask (char *name);
     
    187195
    188196int NextJobID ();
    189 int InitJobIDs ();
     197void InitJobIDs ();
     198void FreeJobIDs ();
    190199int FreeJobID (int ID);
    191200
    192201void InitJobs ();
     202void FreeJobs ();
     203
    193204Job *NextJob ();
    194205Job *FindJob (int JobID);
     
    256267// functions related to the queue of input files
    257268void InitInputs ();
     269void FreeInputs ();
    258270void AddNewInput (char *input);
    259271int DeleteInput (char *input);
Note: See TracChangeset for help on using the changeset viewer.