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/output.h

    r1198 r1199  
    5454extern struct output *out1;
    5555extern struct output *out2;*/
     56#ifdef _MSC_VER
     57# ifndef __attribute__
     58#  define __attribute__(a)
     59# endif
     60#endif
    5661
    57 void open_mem(struct shinstance *, char *, int, struct output *);
     62void open_mem(char *, int, struct output *);
    5863void out1str(struct shinstance *, const char *);
    5964void out2str(struct shinstance *, const char *);
     
    7277    __attribute__((__format__(__printf__,3,4)));
    7378void doformat(struct output *, const char *, va_list);
    74 int xwrite(struct shinstance *, int, char *, int);
     79int xwrite(struct shinstance *, int, char *, size_t);
    7580int xioctl(struct shinstance *, int, unsigned long, char *);
    7681
Note: See TracChangeset for help on using the changeset viewer.