Ignore:
Timestamp:
Apr 21, 2007, 10:55:18 PM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/output.h

    r880 r883  
    6969void dprintf(struct shinstance *, const char *, ...)
    7070    __attribute__((__format__(__printf__,2,3)));
    71 void fmtstr(struct shinstance *, char *, size_t, const char *, ...)
    72     __attribute__((__format__(__printf__,4,5)));
     71void fmtstr(char *, size_t, const char *, ...)
     72    __attribute__((__format__(__printf__,3,4)));
    7373void doformat(struct output *, const char *, va_list);
    7474int xwrite(int, char *, int);
Note: See TracChangeset for help on using the changeset viewer.