PennMUSH Community

Changeset 1295

Show
Ignore:
Timestamp:
09/29/08 16:37:14 (2 months ago)
Author:
shawnw
Message:

#7685: Still MORE missing externs.

Files:

Legend:

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

    r1032 r1295  
    8484}; 
    8585 
    86 USERFN_ENTRY *userfn_tab; 
     86extern USERFN_ENTRY *userfn_tab; 
    8787 
    8888void do_userfn(char *buff, char **bp, 
  • 1.8.3/trunk/src/game.c

    r1278 r1295  
    679679 
    680680void init_names(void); 
    681 struct db_stat_info current_state; 
     681extern struct db_stat_info current_state; 
    682682void init_queue(void); 
    683683