20 lines
411 B
C
20 lines
411 B
C
|
/*
|
||
|
* Copyright (c) 1993 by the University of Southern California
|
||
|
*
|
||
|
* For copying and distribution information, please see the file
|
||
|
* <usc-copyr.h>.
|
||
|
*
|
||
|
* The menu API and client were written by Kwynn Buess (buess@isi.edu)
|
||
|
*/
|
||
|
|
||
|
#include <usc-copyr.h>
|
||
|
|
||
|
|
||
|
|
||
|
void open_and_display(VLINK);
|
||
|
void save_file (VLINK);
|
||
|
void print_file (VLINK);
|
||
|
void mail_file (VLINK);
|
||
|
void open_telnet(VLINK);
|
||
|
void open_search(VLINK);
|