123456789101112 |
- #ifndef __WINFO_DOC_H
- #define __WINFO_DOC_H
- #include "presentity.h"
- #include "watcher.h"
- #include "offline_winfo.h"
- int create_winfo_document(struct presentity* p, struct watcher* w, str *dst, str *dst_content_type);
- int create_winfo_document_offline(struct presentity* p, struct watcher* w,
- offline_winfo_t *infos, str *dst, str *dst_content_type);
- #endif
|