blob: 8ff62f57488abd5e862b9f844240a0cd6e5c52dd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 IBM Corporation.
* 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:
* IBM Corporation - Initial API and implementation
*******************************************************************************/
#ifndef HELLOPROTO_H_
#define HELLOPROTO_H_
int is_server_peer_valid(int sockfd);
int is_client_peer_valid(int sockfd);
#endif /*HELLOPROTO_H_*/