Changeset 1032 for 1.8.3/trunk/hdrs/attrib.h
- Timestamp:
- 07/08/07 20:50:12 (1 year ago)
- Files:
-
- 1.8.3/trunk/hdrs/attrib.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/hdrs/attrib.h
r919 r1032 81 81 extern void do_atrlock(dbref player, char const *arg1, char const *arg2); 82 82 extern void do_atrchown(dbref player, char const *arg1, char const *arg2); 83 int string_to_atrflag(dbref player, const char *p, privbits * bits);84 int string_to_atrflagsets(dbref player, const char *p, privbits * setbits,85 privbits * clrbits);83 int string_to_atrflag(dbref player, const char *p, privbits *bits); 84 int string_to_atrflagsets(dbref player, const char *p, privbits *setbits, 85 privbits *clrbits); 86 86 extern const char *atrflag_to_string(privbits mask); 87 87 extern void init_atr_name_tree(void);
