aboutsummaryrefslogtreecommitdiff
path: root/src/Utility/Display.h
blob: bbaf4219e33475925fb612d1134b8ad512ce8b3b (plain)
1
2
3
4
5
6
#ifndef DISPLAY_H
#define DISPLAY_H

char *pretty_display_url(const char *input);

#endif