]> code.citadel.org Git - citadel.git/blob - citadel/modules/urldeshortener/serv_expand_shorter_urls.h
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / citadel / modules / urldeshortener / serv_expand_shorter_urls.h
1 void ExpandShortUrls(StrBuf *Message, Callback);
2
3 HashList GetShorterUrls(StrBuf Message);