IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 2:10:20 PM (19 years ago)
Author:
eugene
Message:

convert str_to_time and related functions to ohana_...; various cleanups for -Wall -Werror

File:
1 edited

Legend:

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

    r8192 r14590  
    1515int           day_to_sec            PROTO((char *string, time_t *second));
    1616int           hms_to_sec            PROTO((char *string, time_t *second));
    17 char         *sec_to_hms            PROTO((time_t second));
    18 char         *sec_to_day            PROTO((time_t second));
     17char         *ohana_sec_to_hms      PROTO((time_t second));
     18char         *ohana_sec_to_day      PROTO((time_t second));
    1919
    2020char         *meade_deg_to_str      PROTO((double deg));
Note: See TracChangeset for help on using the changeset viewer.