Changeset 1199 for trunk/src/kash/show.h
- Timestamp:
- Oct 7, 2007, 12:04:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/show.h
r880 r1199 40 40 void trargs(struct shinstance *, char **); 41 41 #ifdef DEBUG 42 void trputc( int);43 void trputs( const char *);42 void trputc(struct shinstance *, int); 43 void trputs(struct shinstance *, const char *); 44 44 void opentrace(struct shinstance *); 45 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.