Files
rippled/modules/ripple_basics/utility/ripple_ThreadName.h
2013-06-15 18:20:59 -07:00

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