PennMUSH Community

Changeset 1292

Show
Ignore:
Timestamp:
09/28/08 11:30:02 (2 months ago)
Author:
shawnw
Message:

#7685: Missing extern from declaration of shutdown_flag in externs.h

Files:

Legend:

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

    r1167 r1292  
    5353#define FOPEN_WRITE "wb"     /**< Arguments to fopen when writing */ 
    5454 
    55 int shutdown_flag;              /* if non-zero, interface should shut down */ 
     55extern int shutdown_flag;              /* if non-zero, interface should shut down */ 
    5656void emergency_shutdown(void); 
    5757void boot_desc(DESC *d);        /* remove a player */