PennMUSH Community
Show
Ignore:
Timestamp:
12/28/07 19:57:17 (1 year ago)
Author:
shawnw
Message:

Merge devel into trunk for p6 release

Files:

Legend:

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

    r1117 r1167  
    2929#include "dbdefs.h" 
    3030#include "confmagic.h" 
    31 #include "pcre.h" 
     31#include "mypcre.h" 
    3232 
    3333#ifndef HAVE_STRCASECMP 
     
    8686void init_timer(void); 
    8787#endif                          /* WIN32 */ 
     88 
     89/* From log.c */ 
     90void penn_perror(const char *); 
     91 
     92/* From wait.c */ 
     93int lock_file(FILE *); 
     94int unlock_file(FILE *); 
    8895 
    8996/* From bsd.c */