aboutsummaryrefslogtreecommitdiff
path: root/include/name_from_url.hh
blob: 6f8723b9dc7dda853a1a5560129f273b474b7bfb (plain)
1
2
3
4
5
6
7
#ifndef NAME_FROM_URL
#define NAME_FROM_URL

#include <string>
std::string name_from_url(std::string url);

#endif