13 lines
165 B
C
13 lines
165 B
C
/*
|
|
* remote.h
|
|
*
|
|
* Description:
|
|
* header file for remote.c
|
|
*
|
|
* History:
|
|
* rogerc 01/30/91 Created
|
|
*/
|
|
|
|
void
|
|
remote_mount( struct mntent *mntp );
|