/* Time-stamp: <97/01/15 19:15:34 john> */

/* 
# Purpose: exports and defines for <a href="#putedit.c">putedit.c</a>
 */

#define EDIT_UNKNOWN 0
#define EDIT_MODIFY 1
#define EDIT_DELETE 2
#define EDIT_ADDENTRY 3
#define EDIT_ADDPAGE 4
#define EDIT_MODIFY_LAYOUT 5

extern int modify(struct attribute *attrs);
extern int addentry(struct attribute *attrs);
extern int delentry(struct attribute *attrs);
extern int addpage(struct attribute *attrs);

/* end of putedit.h */
