IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2008, 1:51:07 PM (19 years ago)
Author:
eugene
Message:

fixing Wall,Werror warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/include/getstar.h

    r15540 r16061  
    3131PhotCode *photcode;
    3232
    33 int  args             PROTO((int argc, char **argv));
    34 int  ConfigInit       PROTO((int *argc, char **argv));
    35 int  Shutdown         PROTO((char *format, ...));
    36 int  load_pt_catalog  PROTO((Catalog *catalog, SkyRegion *region));
    37 int  select_by_region PROTO((Catalog *output, Catalog *catalog, SkyRegion *region, int start, int end));
    38 void set_db           PROTO((FITS_DB *in));
    39 void wcatalog         PROTO((char *filename, Catalog *catalog));
    40 void mkcatalog        PROTO((Catalog *catalog));
    41 void init_catalog     PROTO((Catalog *catalog));
    42 void TrapSignal       PROTO((int sig));
    43 void SetProtect       PROTO((int mode));
    44 int  SetSignals       PROTO(());
    45 int  gcatalog         PROTO((Catalog *catalog));
     33int  args                    PROTO((int argc, char **argv));
     34int  ConfigInit              PROTO((int *argc, char **argv));
     35int  Shutdown                PROTO((char *format, ...));
     36int  load_pt_catalog         PROTO((Catalog *catalog, SkyRegion *region));
     37int  select_by_region        PROTO((Catalog *output, Catalog *catalog, SkyRegion *region, int start, int end));
     38void set_db                  PROTO((FITS_DB *in));
     39void wcatalog                PROTO((char *filename, Catalog *catalog));
     40void mkcatalog               PROTO((Catalog *catalog));
     41void init_catalog            PROTO((Catalog *catalog));
     42void TrapSignal              PROTO((int sig));
     43void SetProtect              PROTO((int mode));
     44int  SetSignals              PROTO(());
     45int  gcatalog                PROTO((Catalog *catalog));
     46int  write_catalog           PROTO((Catalog *catalog));
     47int  write_getstar_PS1_DEV_0 PROTO((Catalog *catalog));
     48int  write_getstar_PS1_DEV_1 PROTO((Catalog *catalog));
     49int  write_getstar_PS1_DEV_2 PROTO((Catalog *catalog));
Note: See TracChangeset for help on using the changeset viewer.