schedulator: only count bugs that you were the *last* one to resolve, but
[wvapps.git] / evolution / evoutils.h
blob1cb441e91f5904939b869742581c7b008b62e254
1 #ifndef __EVO_UTILS_H
2 #define __EVO_UTILS_H
3 #include "wvstring.h"
5 void get_evo_uri_from_eit_key(WvStringParm eit_key, WvStringParm storage_owner, WvString &evo_uri);
6 void get_physical_path_from_evo_uri(WvStringParm evo_uri, WvString &path, WvString &subfolders_path);
7 void destroy_dir(WvStringParm path);
9 #endif