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/log.h

    r846 r919  
    88#define LT_CONN   3 
    99#define LT_TRACE  4 
    10 #define LT_RPAGE  5        /* Obsolete */ 
     10#define LT_RPAGE  5             /* Obsolete */ 
    1111#define LT_CHECK  6 
    1212#define LT_HUH    7 
     
    2727#define LA_PE   1 
    2828#define LA_LOCK 2 
    29 #define ACTIVITY_LOG_SIZE 3    /* In BUFFER_LEN-size lines */ 
     29#define ACTIVITY_LOG_SIZE 3     /* In BUFFER_LEN-size lines */ 
    3030extern void log_activity(int type, dbref player, const char *action); 
    3131extern void notify_activity(dbref player, int num_lines, int dump); 
     
    3333extern int last_activity_type(void); 
    3434 
    35 #endif             /* LOG_H */ 
     35#endif                          /* LOG_H */