1 2 3 4 5 6
#ifndef DISPLAY_H #define DISPLAY_H char *pretty_display_url(const char *input); #endif
[PATCH repo_name]