status_query.h

00001 #ifndef __STATUS_QUERY_H
00002 #define __STATUS_QUERY_H
00003 
00004 int target_online(struct sip_msg* _m, char* _domain, char* _s2);
00005 /* add other query functions: get_online_contact, ... */
00006 
00007 #endif