Yate
util.h
1
20
21#include <yateclass.h>
22
23namespace TelEngine {
24
25// Utility function, returns an uncompacted header name
26const char* uncompactForm(const char* header);
27
28// Utility function, returns a compacted header name
29const char* compactForm(const char* header);
30
31}
32
33/* vi: set ts=8 sw=4 sts=4 noet: */
Definition yatemime.h:34