IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2007, 10:35:53 AM (19 years ago)
Author:
eugene
Message:

reorg to make consistent with other programs: ppStats is the program, ppStatsFPA is the library call; ppStats.h contains everything, ppStatsInternal.h is used by the ppStats functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsLoop.c

    r13797 r13993  
    1 #ifdef HAVE_CONFIG_H
    2 #include <config.h>
    3 #endif
    4 
    5 #include <stdio.h>
    6 #include <assert.h>
    7 #include <string.h>
    8 #include <pslib.h>
    9 #include <psmodules.h>
    10 
    11 #include "ppStats.h"
    12 #include "ppStatsLoop.h"
    13 
     1#include "ppStatsInternal.h"
    142
    153static void getMetadata(psMetadata *target, // Target for metadata
Note: See TracChangeset for help on using the changeset viewer.