mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
18 lines
405 B
C
18 lines
405 B
C
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
/** Client classes.
|
|
|
|
This module provides classes that perform client interaction with the server.
|
|
|
|
@defgroup ripple_client
|
|
*/
|
|
|
|
#ifndef RIPPLE_CLIENT_H
|
|
#define RIPPLE_CLIENT_H
|
|
|
|
#endif
|