Changeset 216

Show
Ignore:
Timestamp:
06/23/07 11:07:59 (2 years ago)
Author:
ajps
Message:

Fix externs.h to stop compiler warning (and incidentally to make the code correct, I suppose)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/externs.h

    r214 r216  
    652652extern void text_out_c(byte a, cptr str); 
    653653extern void clear_from(int row); 
     654extern bool askfor_aux_keypress(char *buf, size_t buflen, size_t *curs, size_t *len, char keypress, bool firsttime); 
    654655extern bool askfor_aux(char *buf, size_t len, bool keypress_h(char *, size_t, size_t *, size_t *, char, bool)); 
    655656extern bool get_string(cptr prompt, char *buf, size_t len);