/* Prototypes for functions defined in pcaldw.c */
int print_psday(struct _iobuf *,
                int );
int print_psweek(struct _iobuf *,
                 int );
int do_ps_header(struct _iobuf *);
int do_ps_day(struct _iobuf *,
              int ,
              int );
int deleted(struct appt_entry *,
            struct dayslot *);
