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/pantasks/JobIDOps.c

    r16450 r17419  
    55static int   JobIDPtr;
    66
    7 int InitJobIDs () {
     7void InitJobIDs () {
    88
    99  JobIDPtr = 0;
    1010  ALLOCATE (JobIDList, char, MAX_N_JOBS);
    1111  bzero (JobIDList, MAX_N_JOBS*sizeof(char));
    12   return (TRUE);
    1312
    1413
    15 int FreeJobIDs () {
     14void FreeJobIDs () {
    1615  free (JobIDList);
    1716}
Note: See TracChangeset for help on using the changeset viewer.