9fdc36bac5
git-svn-id: svn://localhost/ardour2/trunk@567 d708f5d6-7413-0410-9779-e7cbd77b26cf
14 lines
195 B
C++
14 lines
195 B
C++
#ifndef __stupid_basename_h__
|
|
#define __stupid_basename_h__
|
|
|
|
#include <string>
|
|
|
|
namespace PBD
|
|
{
|
|
|
|
extern std::string basename_nosuffix (const std::string&);
|
|
|
|
};
|
|
|
|
#endif // __stupid_basename_h__
|