7 lines
90 B
C
7 lines
90 B
C
#ifndef DISPLAY_H
|
|
#define DISPLAY_H
|
|
|
|
char *pretty_display_url(const char *input);
|
|
|
|
#endif
|