mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
git-svn-id: svn://localhost/ardour2/branches/undo@586 d708f5d6-7413-0410-9779-e7cbd77b26cf
13 lines
195 B
C++
13 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__
|