home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume3
/
pcmail
/
part07
/
mailsh.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-02-03
|
1KB
|
55 lines
/*++
/* NAME
/* mailsh 5
/* SUMMARY
/* global declarations for mail shell
/* PROJECT
/* pc-mail
/* PACKAGE
/* mailsh
/* SYNOPSIS
/* #include "mailsh.h"
/* DESCRIPTION
/* .nf
/* /* Global declarations for the mail shell */
extern int alias(); /* alias.c */
extern int call(); /* call.c */
extern void desk(); /* desk.c */
extern int junk_desk(); /* desk.c */
extern char message[]; /* desk.c */
extern char comment[]; /* desk.c */
extern void patience(); /* deskutil.c */
extern int when(); /* deskutil.c */
extern int unspool(); /* deskutil.c */
extern int save(); /* deskutil.c */
extern int print(); /* deskutil.c */
extern int delete(); /* deskutil.c */
extern char *tstamp(); /* deskutil.c */
extern int edit(); /* edit.c */
extern int file(); /* file.c */
extern int junk_file(); /* file.c */
extern int kbdinp(); /* kbdinp.c */
extern void kbdinit(); /* kbdinp.c */
extern void kbdrest(); /* kbdinp.c */
extern int mail(); /* mail.c */
extern int mailfile(); /* mailfile.c */
extern int makework(); /* makework.c */
extern int mbox(); /* mbox.c */
extern int setup(); /* setup.c */
/* SEE ALSO
/* alias(3), call(3), edit(3) and so on.
/* AUTHOR(S)
/* W.Z. Venema
/* Eindhoven University of Technology
/* Department of Mathematics and Computer Science
/* Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands
/* CREATION DATE
/* Sat Apr 16 16:42:07 MET 1988
/* LAST MODIFICATION
/* Sat Apr 16 16:42:07 MET 1988
/* VERSION/RELEASE
/* 1.0
/*--*/