IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2007, 3:34:16 PM (19 years ago)
Author:
Paul Price
Message:

Separating public and private interfaces in header file and library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.c

    r11263 r12792  
    1 # include "psphot.h"
     1# include "psphotInternal.h"
    22
    33static void usage (void) {
     
    1010    psTimerStart ("complete");
    1111    psphotErrorRegister();              // register our error codes/messages
    12     psphotModelGroupInit ();            // load implementation-specific models
     12    psphotModelGroupInit ();            // load implementation-specific models
    1313
    1414    // load command-line arguments, options, and system config data
Note: See TracChangeset for help on using the changeset viewer.