IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2007, 10:13:44 AM (19 years ago)
Author:
eugene
Message:

changed KiiPS to use const filename, switched API order to match related functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/include/kapa.h

    r10843 r12892  
    116116
    117117/* KiiConvert.c */
    118 int KiiPS (int fd, int scaleMode, int pageMode, char *filename, char *pagename);
    119 int KiiJPEG (int fd, char *filename);
    120 int KapaPNG (int fd, char *filename);
    121 int KapaPPM (int fd, char *filename);
     118int KiiPS (int fd, const char *filename, int scaleMode, int pageMode, char *pagename);
     119int KiiJPEG (int fd, const char *filename);
     120int KapaPNG (int fd, const char *filename);
     121int KapaPPM (int fd, const char *filename);
    122122
    123123/* KiiCursor.c */
Note: See TracChangeset for help on using the changeset viewer.