blob: 208b5fde620fc0131feb10decf8ed0913b273f31 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Wind River Systems - initial API and implementation
*******************************************************************************/
/*
* This module implements tunneling of TCF messages to another target on behalf of a client.
* This service intended to be used when a client has no direct access to a target.
*/
#ifndef D_proxy
#define D_proxy
extern void ini_proxy_service(void);
#endif