00001 #ifndef __WINFO_DOC_H 00002 #define __WINFO_DOC_H 00003 00004 #include "presentity.h" 00005 #include "watcher.h" 00006 #include "offline_winfo.h" 00007 00008 int create_winfo_document(struct presentity* p, struct watcher* w, str *dst, str *dst_content_type); 00009 int create_winfo_document_offline(struct presentity* p, struct watcher* w, 00010 offline_winfo_t *infos, str *dst, str *dst_content_type); 00011 00012 #endif
1.7.1