PennMUSH Community
Show
Ignore:
Timestamp:
06/12/07 15:21:47 (1 year ago)
Author:
shawnw
Message:

1.8.3p3

Files:

Legend:

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

    r477 r919  
    2323extern boolexp parse_boolexp(dbref player, const char *buf, lock_type ltype); 
    2424extern boolexp parse_boolexp_d(dbref player, const char *buf, lock_type ltype, 
    25                   int derefs); 
     25                               int derefs); 
    2626extern void free_boolexp(boolexp b); 
    2727boolexp getboolexp(FILE * f, const char *ltype); 
     
    3434}; 
    3535extern char *unparse_boolexp(dbref player, boolexp b, enum u_b_f flag); 
    36 #endif             /* BOOLEXP_H */ 
     36#endif                          /* BOOLEXP_H */