index
:
omnisearch
master
A modern lightweight metasearch engine with a clean design written in C.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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