mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
13 lines
326 B
C
13 lines
326 B
C
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
#ifndef RIPPLE_THREADNAME_H
|
|
#define RIPPLE_THREADNAME_H
|
|
|
|
extern void setCallingThreadName (char const*);
|
|
|
|
#endif
|