Changeset 1199 for trunk/src/kash/show.h


Ignore:
Timestamp:
Oct 7, 2007, 12:04:05 AM (18 years ago)
Author:
bird
Message:

moving globals into shinstance...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/show.h

    r880 r1199  
    4040void trargs(struct shinstance *, char **);
    4141#ifdef DEBUG
    42 void trputc(int);
    43 void trputs(const char *);
     42void trputc(struct shinstance *, int);
     43void trputs(struct shinstance *, const char *);
    4444void opentrace(struct shinstance *);
    4545#endif
Note: See TracChangeset for help on using the changeset viewer.