Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4973 right-hear 1
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
2
/* This is file REMOTHDL.C */
3
/*
4
 * Copyright (c) 1994 Eli Zaretskii 
5
 *
6
 * This software may be used freely so long as this copyright notice is
7
 * left intact.  There is no warranty on this software.
8
 *
9
 */
10
 
11
#include 
12
#include 
13
 
14
int _is_remote_handle(int);
15
 
16
int
17
_is_remote_handle(int fhandle)
18
{
19
 return 0;
20
}